Home
last modified time | relevance | path

Searched refs:ossl_ffc_validate_private_key (Results 1 – 5 of 5) sorted by relevance

/openssl-master/test/
A Dffc_internal_test.c537 if (!TEST_false(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
545 if (!TEST_false(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
551 if (!TEST_true(ossl_ffc_validate_private_key(params->q, BN_value_one(), in ffc_private_validate_test()
558 if (!TEST_false(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
566 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
605 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_gen_test()
610 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_gen_test()
616 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_gen_test()
/openssl-master/crypto/dsa/
A Ddsa_check.c60 && ossl_ffc_validate_private_key(dsa->params.q, priv_key, ret)); in ossl_dsa_check_priv_key()
/openssl-master/crypto/ffc/
A Dffc_key_validate.c103 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv, in ossl_ffc_validate_private_key() function
/openssl-master/include/internal/
A Dffc.h190 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
/openssl-master/crypto/dh/
A Ddh_check.c271 if (!ossl_ffc_validate_private_key(upper, priv_key, ret)) in ossl_dh_check_priv_key()

Completed in 8 milliseconds