Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dconstant_time.h33 static ossl_inline unsigned int constant_time_msb(unsigned int a);
100 static ossl_inline unsigned int constant_time_msb(unsigned int a) in constant_time_msb() function
124 return constant_time_msb(a ^ ((a ^ b) | ((a - b) ^ b))); in constant_time_lt()
208 return constant_time_msb(~a & (a - 1)); in constant_time_is_zero()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c311 ret = constant_time_select_int(constant_time_msb(ret), 0, 1); in rsa_decrypt()
/openssl/crypto/rsa/
H A Drsa_pmeth.c394 ret = constant_time_select_int(constant_time_msb(ret), ret, 1); in pkey_rsa_decrypt()
H A Drsa_ossl.c695 err_clear_last_constant_time(1 & ~constant_time_msb(r)); in rsa_ossl_private_decrypt()
/openssl/crypto/bn/
H A Dbn_lib.c1163 mask &= constant_time_msb(j - a->top); in bn_correct_top_consttime()

Completed in 15 milliseconds