Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c227 good &= constant_time_ge(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
239 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
485 good &= constant_time_ge(zero_index, 2 + 8); in ossl_rsa_padding_check_PKCS1_type_2()
498 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()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h52 static ossl_inline unsigned int constant_time_ge(unsigned int a,
190 static ossl_inline unsigned int constant_time_ge(unsigned int a, in constant_time_ge() function
204 return (unsigned char)constant_time_ge(a, b); in constant_time_ge_8()
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sign.c179 if (value_barrier_32(constant_time_ge(z_max, gamma1 - params->beta) in ml_dsa_sign_internal()
180 | constant_time_ge(r0_max, gamma2 - params->beta))) in ml_dsa_sign_internal()
190 if (value_barrier_32(constant_time_ge(ct0_max, gamma2) in ml_dsa_sign_internal()
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c266 || !test_binary_op(&constant_time_ge, "constant_time_ge", in test_binops()
268 || !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.c478 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
H A Dcipher_aes_cbc_hmac_sha256_hw.c514 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c538 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
H A De_aes_cbc_hmac_sha256.c542 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()