Searched refs:constant_time_ge (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/rsa/ |
D | rsa_ssl.c | 120 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()
|
D | rsa_pk1.c | 214 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()
|
D | rsa_oaep.c | 234 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/third_party/openssl/include/internal/ |
D | constant_time.h | 48 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/ |
D | constant_time_test.c | 267 || !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/ |
D | e_aes_cbc_hmac_sha1.c | 531 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
|
D | e_aes_cbc_hmac_sha256.c | 543 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
|