Symbol: constant_time_ge
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
538
mask = constant_time_ge(maxpad, pad);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
542
mask = constant_time_ge(maxpad, pad);
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
179
if (value_barrier_32(constant_time_ge(z_max, gamma1 - params->beta)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
180
| constant_time_ge(r0_max, gamma2 - params->beta)))
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
190
if (value_barrier_32(constant_time_ge(ct0_max, gamma2)
crypto/openssl/crypto/rsa/rsa_oaep.c
299
good &= constant_time_ge(tlen, mlen);
crypto/openssl/crypto/rsa/rsa_pk1.c
227
good &= constant_time_ge(zero_index, 2 + 8);
crypto/openssl/crypto/rsa/rsa_pk1.c
239
good &= constant_time_ge(tlen, mlen);
crypto/openssl/crypto/rsa/rsa_pk1.c
485
good &= constant_time_ge(zero_index, 2 + 8);
crypto/openssl/crypto/rsa/rsa_pk1.c
498
good &= constant_time_ge(tlen, num - msg_index);
crypto/openssl/include/internal/constant_time.h
204
return (unsigned char)constant_time_ge(a, b);
crypto/openssl/include/internal/constant_time.h
52
static ossl_inline unsigned int constant_time_ge(unsigned int a,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
478
mask = constant_time_ge(maxpad, pad);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
514
mask = constant_time_ge(maxpad, pad);
crypto/openssl/test/constant_time_test.c
266
|| !test_binary_op(&constant_time_ge, "constant_time_ge",
crypto/openssl/test/constant_time_test.c
268
|| !test_binary_op(&constant_time_ge, "constant_time_ge",