Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/internal/
Dconstant_time.h32 static ossl_inline unsigned int constant_time_msb(unsigned int a);
99 static ossl_inline unsigned int constant_time_msb(unsigned int a) in constant_time_msb() function
123 return constant_time_msb(a ^ ((a ^ b) | ((a - b) ^ b))); in constant_time_lt()
166 return constant_time_msb(~a & (a - 1)); in constant_time_is_zero()
/freebsd-12-stable/crypto/openssl/crypto/rsa/
Drsa_pmeth.c346 ret = constant_time_select_int(constant_time_msb(ret), ret, 1); in pkey_rsa_decrypt()
Drsa_ossl.c491 err_clear_last_constant_time(1 & ~constant_time_msb(r)); in rsa_ossl_private_decrypt()
/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_lib.c1016 mask &= constant_time_msb(j - a->top); in bn_correct_top_consttime()