Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/internal/
Dconstant_time.h65 static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
195 static ossl_inline unsigned char constant_time_eq_8(unsigned int a, in constant_time_eq_8() function
213 return constant_time_eq_8((unsigned)(a), (unsigned)(b)); in constant_time_eq_int_8()
/third_party/node/deps/openssl/openssl/include/internal/
Dconstant_time.h66 static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
201 static ossl_inline unsigned char constant_time_eq_8(unsigned int a, in constant_time_eq_8() function
219 return constant_time_eq_8((unsigned)(a), (unsigned)(b)); in constant_time_eq_int_8()
/third_party/openssl/include/internal/
Dconstant_time.h66 static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
201 static ossl_inline unsigned char constant_time_eq_8(unsigned int a, in constant_time_eq_8() function
219 return constant_time_eq_8((unsigned)(a), (unsigned)(b)); in constant_time_eq_int_8()
/third_party/openssl/test/
Dconstant_time_test.c297 || !test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", in test_binops_8()
299 || !test_binary_op_8(&constant_time_eq_8, "constant_time_eq_8", in test_binops_8()
/third_party/openssl/crypto/des/
Dset_key.c81 res &= constant_time_eq_8(b & 1, 1); in DES_check_key_parity()
/third_party/node/deps/openssl/openssl/crypto/des/
Dset_key.c81 res &= constant_time_eq_8(b & 1, 1); in DES_check_key_parity()
/third_party/node/deps/openssl/openssl/ssl/record/
Dtls_pad.c298 mask = constant_time_eq_8(rotate_offset & ~32, rotate_offset); in ssl3_cbc_copy_mac()
/third_party/openssl/ssl/record/
Dtls_pad.c298 mask = constant_time_eq_8(rotate_offset & ~32, rotate_offset); in ssl3_cbc_copy_mac()