Home
last modified time | relevance | path

Searched refs:constant_time_msb_s (Results 1 – 3 of 3) sorted by path

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c372 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in pkey_rsa_decrypt()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h116 static ossl_inline size_t constant_time_msb_s(size_t a) in constant_time_msb_s() function
129 return constant_time_msb_s(a ^ ((a ^ b) | ((a - b) ^ b))); in constant_time_lt_s()
172 return constant_time_msb_s(~a & (a - 1)); in constant_time_is_zero_s()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c282 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in rsa_decrypt()