Searched refs:constant_time_ge (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_pk1.c | 227 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 D | rsa_oaep.c | 299 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | constant_time.h | 52 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 D | ml_dsa_sign.c | 179 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 D | constant_time_test.c | 266 || !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 D | cipher_aes_cbc_hmac_sha1_hw.c | 478 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
|
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 514 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha1.c | 538 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher()
|
| H A D | e_aes_cbc_hmac_sha256.c | 542 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher()
|