Searched refs:ZERO (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 57 [B0] ZERO A19 ; high part of accumulator 87 [B0] ZERO A19 ; high part of accumulator 138 [B0] ZERO A1 ; carry flag 163 [B0] ZERO A2 ; borrow flag 207 ||[ A1] ZERO A1 234 || ZERO B19 ; high part of accumulator 244 || ZERO B7 246 || ZERO A1 274 || ZERO.S B19 ; high part of accumulator
|
H A D | rsaz-avx2.pl | 420 $ZERO = $ACC9; 438 vpxor $ZERO, $ZERO, $ZERO 441 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 444 vpblendd \$3, $TEMP2, $ZERO, $TEMP2 670 vpxor $ZERO, $ZERO, $ZERO 694 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 702 vpblendd \$3, $TEMP4, $ZERO, $TEMP4 718 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 728 vpblendd \$3, $TEMP4, $ZERO, $TEMP4 751 vpblendd \$3, $ZERO, $TEMP1, $TEMP0 [all …]
|
/openssl/crypto/ec/curve448/ |
H A D | field.h | 79 static const gf ZERO = {{{0}}}, ONE = {{{1}}}; variable 128 gf_sub(c, ZERO, c); in gf_mulw() 154 gf_sub(y, ZERO, x); in gf_cond_neg()
|
H A D | curve448.c | 220 out &= ~gf_eq(p->z, ZERO); in ossl_curve448_point_valid() 398 gf_copy(z2, ZERO); in ossl_x448_int() 453 nz = ~gf_eq(x1, ZERO); in ossl_x448_int()
|
Completed in 14 milliseconds