Home
last modified time | relevance | path

Searched refs:Q2 (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/aes/asm/
H A Daes-riscv32-zkn.pl186 my ($Q0,$Q1,$Q2,$Q3) = use_regs(6..9);
255 lw $Q2,8($INP)
270 xor $Q2,$Q2,$T2
294 lw $Q2,8($KEYP)
324 lw $Q2,8($KEYP)
336 sw $Q2,8($OUTP)
366 lw $Q2,8($INP)
385 xor $Q2,$Q2,$T2
409 lw $Q2,8($KEYP)
439 lw $Q2,8($KEYP)
[all …]
H A Daes-riscv64.pl251 xor $Q2,$Q2,$T2
253 srli $Q3,$Q2,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],
484 xor $Q2,$Q2,$T2
[all …]
H A Daes-riscv64-zkn.pl113 my ($Q0,$Q1,$Q2,$Q3) = use_regs(6..9);
161 @{[aes64esm $Q2,$Q0,$Q1]}
170 xor $Q0,$Q2,$T0
177 @{[aes64es $Q2,$Q0,$Q1]}
183 xor $Q0,$Q2,$T0
235 @{[aes64dsm $Q2,$Q0,$Q1]}
244 xor $Q0,$Q2,$T0
251 @{[aes64ds $Q2,$Q0,$Q1]}
257 xor $Q0,$Q2,$T0
/openssl/external/perl/Text-Template-1.56/t/
H A Dexported.t59 package Q2; package
68 is $Q2::r, 'Hello Don';
H A Dsafe2.t63 $Q::H = $Q2::H = undef;
94 is $Q2::H, 'good8';
/openssl/test/
H A Dectest.c2727 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local
2771 || !TEST_ptr(Q2 = EC_POINT_new(group)) in custom_generator_test()
2774 || !TEST_true(EC_POINT_mul(group, Q2, k, NULL, NULL, ctx)) in custom_generator_test()
2775 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test()
2779 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test()
2793 EC_POINT_free(Q2); in custom_generator_test()
2812 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_params_test() local
2904 || !TEST_ptr(Q2 = EC_POINT_new(altgroup)) in custom_params_test()
2924 || !TEST_int_eq(EC_POINT_point2oct(altgroup, Q2, in custom_params_test()
2928 || !TEST_int_eq(EC_POINT_point2oct(altgroup, Q2, in custom_params_test()
[all …]

Completed in 30 milliseconds