Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dconstant_time.h165 static ossl_inline BN_ULONG constant_time_is_zero_bn(BN_ULONG a) in constant_time_is_zero_bn() function
173 return constant_time_is_zero_bn(a ^ b); in constant_time_eq_bn()
/openssl/crypto/bn/
H A Dbn_gcd.c620 pow2_condition_mask = constant_time_is_zero_bn(pow2_flag); in BN_gcd()
621 pow2_flag &= constant_time_is_zero_bn(pow2_numbits_temp); in BN_gcd()
H A Dbn_lib.c1062 res = constant_time_select_int(constant_time_is_zero_bn(ap[i]), in ossl_bn_is_word_fixed_top()

Completed in 14 milliseconds