Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dffc_internal_test.c559 if (!TEST_false(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
567 if (!TEST_false(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
573 if (!TEST_true(ossl_ffc_validate_private_key(params->q, BN_value_one(), in ffc_private_validate_test()
580 if (!TEST_false(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
588 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_validate_test()
591 if (!TEST_false(ossl_ffc_validate_private_key(NULL, priv, &res))) in ffc_private_validate_test()
596 if (!TEST_false(ossl_ffc_validate_private_key(params->q, NULL, &res))) in ffc_private_validate_test()
640 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_gen_test()
645 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_gen_test()
654 if (!TEST_true(ossl_ffc_validate_private_key(params->q, priv, &res))) in ffc_private_gen_test()
/third_party/openssl/crypto/dsa/
Ddsa_check.c60 && ossl_ffc_validate_private_key(dsa->params.q, priv_key, ret)); in ossl_dsa_check_priv_key()
/third_party/openssl/crypto/ffc/
Dffc_key_validate.c108 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv, in ossl_ffc_validate_private_key() function
/third_party/openssl/include/internal/
Dffc.h193 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
/third_party/openssl/crypto/dh/
Ddh_check.c317 if (!ossl_ffc_validate_private_key(upper, priv_key, ret)) in ossl_dh_check_priv_key()