Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h49 static ossl_inline unsigned int constant_time_ge(unsigned int a,
143 static ossl_inline unsigned int constant_time_ge(unsigned int a, in constant_time_ge() function
157 return (unsigned char)constant_time_ge(a, b); in constant_time_ge_8()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c226 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
238 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
H A Drsa_oaep.c281 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
/freebsd/crypto/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()
/freebsd/crypto/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()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c536 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()