Searched refs:constant_time_select_s (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | constant_time_test.c | 185 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_TRUE_S, a, b), a)) in test_select_s() 187 if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b)) in test_select_s()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | constant_time.h | 342 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s() function
|
| /freebsd/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 313 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in rsa_decrypt()
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_pmeth.c | 390 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in pkey_rsa_decrypt()
|