Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
/third_party/openssl/ohos_lite/include/internal/
Dconstant_time.h277 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s() function
/third_party/node/deps/openssl/openssl/include/internal/
Dconstant_time.h283 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s() function
/third_party/openssl/include/internal/
Dconstant_time.h283 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s() function
/third_party/openssl/providers/implementations/asymciphers/
Drsa_enc.c282 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in rsa_decrypt()
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
Drsa_enc.c282 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in rsa_decrypt()
/third_party/openssl/crypto/rsa/
Drsa_pmeth.c372 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in pkey_rsa_decrypt()
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_pmeth.c372 *outlen = constant_time_select_s(constant_time_msb_s(ret), *outlen, ret); in pkey_rsa_decrypt()