Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_ssl.c120 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_SSLv23()
146 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_SSLv23()
Drsa_pk1.c214 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
226 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
Drsa_oaep.c234 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
/third_party/openssl/include/internal/
Dconstant_time.h48 static ossl_inline unsigned int constant_time_ge(unsigned int a,
142 static ossl_inline unsigned int constant_time_ge(unsigned int a, in constant_time_ge() function
156 return (unsigned char)constant_time_ge(a, b); in constant_time_ge_8()
/third_party/openssl/test/
Dconstant_time_test.c267 || !test_binary_op(&constant_time_ge, "constant_time_ge", in test_binops()
269 || !test_binary_op(&constant_time_ge, "constant_time_ge", in test_binops()
/third_party/openssl/crypto/evp/
De_aes_cbc_hmac_sha1.c531 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
De_aes_cbc_hmac_sha256.c543 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()