Home
last modified time | relevance | path

Searched refs:Q1 (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/aes/asm/
H A Daes-riscv64-zkn.pl204 ld $Q1,8($INP)
215 xor $Q1,$Q1,$T1
232 xor $Q1,$Q3,$T1
238 @{[rv64_aes64es $Q2,$Q0,$Q1]}
245 xor $Q1,$Q3,$T1
248 sd $Q1,8($OUTP)
277 ld $Q1,8($INP)
289 xor $Q1,$Q1,$T1
306 xor $Q1,$Q3,$T1
319 xor $Q1,$Q3,$T1
[all …]
H A Daes-riscv64.pl252 srli $Q1,$Q0,32
278 [$Q1,$Q2,$Q3,$Q0],
290 [$Q2,$Q3,$Q0,$Q1],
302 [$Q3,$Q0,$Q1,$Q2],
366 [$Q0,$Q1,$Q2,$Q3],
373 [$Q1,$Q2,$Q3,$Q0],
380 [$Q2,$Q3,$Q0,$Q1],
387 [$Q3,$Q0,$Q1,$Q2],
485 srli $Q1,$Q0,32
510 [$Q3,$Q0,$Q1,$Q2],
[all …]
/openssl/test/
H A Dectest.c2615 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local
2642 || !TEST_ptr(Q1 = EC_POINT_new(group)) in custom_generator_test()
2646 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2650 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2680 EC_POINT_free(Q1); in custom_generator_test()
2700 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_params_test() local
2791 !TEST_ptr(Q1 = EC_POINT_new(group)) in custom_params_test()
2801 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2804 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2843 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
[all …]

Completed in 24 milliseconds