Home
last modified time | relevance | path

Searched refs:constant_time_ge_8_s (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
Ds3_cbc.c442 is_past_c = is_block_a & constant_time_ge_8_s(j, c); in ssl3_cbc_digest_record()
443 is_past_cp1 = is_block_a & constant_time_ge_8_s(j, c + 1); in ssl3_cbc_digest_record()
/third_party/openssl/ssl/
Ds3_cbc.c442 is_past_c = is_block_a & constant_time_ge_8_s(j, c); in ssl3_cbc_digest_record()
443 is_past_cp1 = is_block_a & constant_time_ge_8_s(j, c + 1); in ssl3_cbc_digest_record()
/third_party/node/deps/openssl/openssl/ssl/record/
Dtls_pad.c159 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac()
/third_party/openssl/ssl/record/
Dtls_pad.c159 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac()
/third_party/openssl/ohos_lite/include/internal/
Dconstant_time.h159 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() function
/third_party/node/deps/openssl/openssl/include/internal/
Dconstant_time.h160 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() function
/third_party/openssl/include/internal/
Dconstant_time.h160 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() function