Home
last modified time | relevance | path

Searched refs:ossl_rsa_sp800_56b_check_private (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Drsa_sp800_56b_test.c455 && TEST_true(ossl_rsa_sp800_56b_check_private(key)) in test_sp80056b_keygen()
470 && TEST_false(ossl_rsa_sp800_56b_check_private(key)) in test_check_private_key()
483 ret = TEST_true(ossl_rsa_sp800_56b_check_private(key)) in test_check_private_key()
486 && TEST_false(ossl_rsa_sp800_56b_check_private(key)) in test_check_private_key()
489 && TEST_false(ossl_rsa_sp800_56b_check_private(key)); in test_check_private_key()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_local.h180 int ossl_rsa_sp800_56b_check_private(const RSA *rsa);
H A Drsa_chk.c244 return ossl_rsa_sp800_56b_check_private(key); in ossl_rsa_validate_private()
H A Drsa_sp800_56b_check.c356 int ossl_rsa_sp800_56b_check_private(const RSA *rsa) function