Home
last modified time | relevance | path

Searched refs:constant_time_ge_s (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c87 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac()
89 good &= constant_time_ge_s(block_size, padding_length + 1); in ssl3_cbc_remove_padding_and_mac()
144 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
/third_party/openssl/ssl/record/
H A Dtls_pad.c87 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac()
89 good &= constant_time_ge_s(block_size, padding_length + 1); in ssl3_cbc_remove_padding_and_mac()
144 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dconstant_time.h149 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
162 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/third_party/openssl/include/internal/
H A Dconstant_time.h149 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
162 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/third_party/openssl/ohos_lite/include/internal/
H A Dconstant_time.h148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
161 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
/third_party/openssl/test/
H A Dconstant_time_test.c321 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s()
323 || !test_binary_op_s(&constant_time_ge_s, "constant_time_ge_s", in test_binops_s()

Completed in 5 milliseconds