Searched refs:ossl_rsa_check_private_exponent (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | rsa_sp800_56b_test.c | 256 ret = TEST_false(ossl_rsa_check_private_exponent(key, 8, ctx)) in test_check_private_exponent() 259 && TEST_true(ossl_rsa_check_private_exponent(key, 8, ctx)) in test_check_private_exponent() 261 && TEST_false(ossl_rsa_check_private_exponent(key, 16, ctx)) in test_check_private_exponent() 264 && TEST_false(ossl_rsa_check_private_exponent(key, 8, ctx)) in test_check_private_exponent() 267 && TEST_false(ossl_rsa_check_private_exponent(key, 8, ctx)); in test_check_private_exponent()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_check.c | 175 int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx) in ossl_rsa_check_private_exponent() function 432 && ossl_rsa_check_private_exponent(rsa, nbits, ctx)
|
H A D | rsa_local.h | 173 int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx);
|