Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_pk1.c228 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 Drsa_oaep.c299 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
/openssl/include/internal/
H A Dconstant_time.h49 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 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()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c480 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
H A Dcipher_aes_cbc_hmac_sha256_hw.c516 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c543 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
H A De_aes_cbc_hmac_sha256.c547 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()

Completed in 22 milliseconds