Home
last modified time | relevance | path

Searched refs:ossl_rsa_check_private_exponent (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Drsa_sp800_56b_test.c256 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()
/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c175 int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx) in ossl_rsa_check_private_exponent() function
426 && ossl_rsa_check_private_exponent(rsa, nbits, ctx)
H A Drsa_local.h173 int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx);

Completed in 9 milliseconds