Searched refs:constant_time_ge (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_pk1.c | 228 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2() 240 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2() 486 good &= constant_time_ge(zero_index, 2 + 8); in ossl_rsa_padding_check_PKCS1_type_2() 499 good &= constant_time_ge(tlen, num - msg_index); in ossl_rsa_padding_check_PKCS1_type_2()
|
H A D | rsa_oaep.c | 299 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/openssl/include/internal/ |
H A D | constant_time.h | 49 static ossl_inline unsigned int constant_time_ge(unsigned int a, 184 static ossl_inline unsigned int constant_time_ge(unsigned int a, in constant_time_ge() function 198 return (unsigned char)constant_time_ge(a, b); in constant_time_ge_8()
|
/openssl/test/ |
H A 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()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 480 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 516 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 543 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
|
H A D | e_aes_cbc_hmac_sha256.c | 547 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
|
Completed in 22 milliseconds