Searched refs:constant_time_select (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | constant_time.h | 29 * c = constant_time_select(lt, a, b); 80 static ossl_inline unsigned int constant_time_select(unsigned int mask, 276 static ossl_inline unsigned int constant_time_select(unsigned int mask, in constant_time_select() function 294 return (unsigned char)constant_time_select(mask, a, b); in constant_time_select_8() 300 return (int)constant_time_select(mask, (unsigned)(a), (unsigned)(b)); in constant_time_select_int() 305 return (int)constant_time_select((unsigned)mask, (unsigned)(a), in constant_time_select_int_s()
|
/third_party/openssl/include/internal/ |
H A D | constant_time.h | 29 * c = constant_time_select(lt, a, b); 80 static ossl_inline unsigned int constant_time_select(unsigned int mask, 276 static ossl_inline unsigned int constant_time_select(unsigned int mask, in constant_time_select() function 294 return (unsigned char)constant_time_select(mask, a, b); in constant_time_select_8() 300 return (int)constant_time_select(mask, (unsigned)(a), (unsigned)(b)); in constant_time_select_int() 305 return (int)constant_time_select((unsigned)mask, (unsigned)(a), in constant_time_select_int_s()
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | constant_time.h | 28 * c = constant_time_select(lt, a, b); 79 static ossl_inline unsigned int constant_time_select(unsigned int mask, 270 static ossl_inline unsigned int constant_time_select(unsigned int mask, in constant_time_select() function 288 return (unsigned char)constant_time_select(mask, a, b); in constant_time_select_8() 294 return (int)constant_time_select(mask, (unsigned)(a), (unsigned)(b)); in constant_time_select_int() 299 return (int)constant_time_select((unsigned)mask, (unsigned)(a), in constant_time_select_int_s()
|
/third_party/openssl/test/ |
H A D | constant_time_test.c | 159 if (!TEST_uint_eq(constant_time_select(CONSTTIME_TRUE, a, b), a)) in test_select() 161 if (!TEST_uint_eq(constant_time_select(CONSTTIME_FALSE, a, b), b)) in test_select()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 488 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha1_cipher()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 524 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha256_cipher()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 488 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha1_cipher()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 524 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha256_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 555 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha256_cipher()
|
H A D | e_aes_cbc_hmac_sha1.c | 544 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha1_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 555 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha256_cipher()
|
H A D | e_aes_cbc_hmac_sha1.c | 544 pad = constant_time_select(mask, pad, maxpad); in aesni_cbc_hmac_sha1_cipher()
|
Completed in 13 milliseconds