Searched refs:word_is_zero (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/arch_32/
H A Darch_intrinsics.h20 #define word_is_zero(a) constant_time_is_zero_32(a) macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/
H A Darch_intrinsics.h20 # define word_is_zero(a) constant_time_is_zero_64(a) macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/
H A Darch_intrinsics.h20 #define word_is_zero(a) constant_time_is_zero_32(a) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dword.h76 ret |= ~word_is_zero(m >> (i * 8 * sizeof(word_t)));
H A Df_generic.c96 return succ & word_is_zero((word_t)buffer) & ~word_is_zero((word_t)scarry);
169 return word_is_zero(ret);
H A Dscalar.c165 return c448_succeed_if(~word_is_zero((uint32_t)accum));
H A Dcurve448.c331 low = ~word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1] & 0x80);
335 succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dword.h81 ret |= ~word_is_zero(m >> (i * 8 * sizeof(word_t)));
H A Df_generic.c96 return succ & word_is_zero((word_t)buffer) & ~word_is_zero((word_t)scarry);
169 return word_is_zero(ret);
H A Dscalar.c167 return c448_succeed_if(~word_is_zero((uint32_t)accum));
H A Dcurve448.c337 low = ~word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1] & 0x80);
341 succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]);

Completed in 101 milliseconds