Home
last modified time | relevance | path

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

/freebsd/crypto/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()
167 return constant_time_msb(~a & (a - 1)); in constant_time_is_zero()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c283 ret = constant_time_select_int(constant_time_msb(ret), 0, 1); in rsa_decrypt()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c663 failure = ~constant_time_is_zero_s(constant_time_msb(retval) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c373 ret = constant_time_select_int(constant_time_msb(ret), ret, 1); in pkey_rsa_decrypt()
H A Drsa_ossl.c500 err_clear_last_constant_time(1 & ~constant_time_msb(r)); in rsa_ossl_private_decrypt()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c1036 mask &= constant_time_msb(j - a->top); in bn_correct_top_consttime()