Home
last modified time | relevance | path

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

/openssl/crypto/aes/asm/
H A Daes-riscv64-zkn.pl143 ld $Q1,8($INP)
154 xor $Q1,$Q1,$T1
171 xor $Q1,$Q3,$T1
177 @{[aes64es $Q2,$Q0,$Q1]}
184 xor $Q1,$Q3,$T1
187 sd $Q1,8($OUTP)
216 ld $Q1,8($INP)
228 xor $Q1,$Q1,$T1
245 xor $Q1,$Q3,$T1
258 xor $Q1,$Q3,$T1
[all …]
H A Daes-riscv32-zkn.pl186 my ($Q0,$Q1,$Q2,$Q3) = use_regs(6..9);
254 lw $Q1,4($INP)
269 xor $Q1,$Q1,$T1
293 lw $Q1,4($KEYP)
323 lw $Q1,4($KEYP)
335 sw $Q1,4($OUTP)
365 lw $Q1,4($INP)
384 xor $Q1,$Q1,$T1
408 lw $Q1,4($KEYP)
438 lw $Q1,4($KEYP)
[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.c2727 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local
2754 || !TEST_ptr(Q1 = EC_POINT_new(group)) in custom_generator_test()
2758 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2762 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2792 EC_POINT_free(Q1); in custom_generator_test()
2812 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_params_test() local
2903 !TEST_ptr(Q1 = EC_POINT_new(group)) in custom_params_test()
2913 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2916 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2955 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
[all …]

Completed in 25 milliseconds