Searched refs:constant_time_eq_8 (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/ohos_lite/include/internal/ |
D | constant_time.h | 65 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/ |
D | constant_time.h | 66 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/ |
D | constant_time.h | 66 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/ |
D | constant_time_test.c | 297 || !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/ |
D | set_key.c | 81 res &= constant_time_eq_8(b & 1, 1); in DES_check_key_parity()
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
D | set_key.c | 81 res &= constant_time_eq_8(b & 1, 1); in DES_check_key_parity()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
D | tls_pad.c | 298 mask = constant_time_eq_8(rotate_offset & ~32, rotate_offset); in ssl3_cbc_copy_mac()
|
/third_party/openssl/ssl/record/ |
D | tls_pad.c | 298 mask = constant_time_eq_8(rotate_offset & ~32, rotate_offset); in ssl3_cbc_copy_mac()
|