Home
last modified time | relevance | path

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

/openssl/test/
H A Dconstant_time_test.c186 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_TRUE_S, a, b), a)) in test_select_s()
188 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b)) in test_select_s()
/openssl/include/internal/
H A Dconstant_time.h324 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s() function
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c310 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in rsa_decrypt()
/openssl/crypto/rsa/
H A Drsa_pmeth.c393 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in pkey_rsa_decrypt()

Completed in 15 milliseconds