Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_BN (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c95 && !OSSL_PARAM_get_BN(p, &t->Xp1)) in ossl_rsa_acvp_test_set_params()
98 && !OSSL_PARAM_get_BN(p, &t->Xp2)) in ossl_rsa_acvp_test_set_params()
101 && !OSSL_PARAM_get_BN(p, &t->Xp)) in ossl_rsa_acvp_test_set_params()
104 && !OSSL_PARAM_get_BN(p, &t->Xq1)) in ossl_rsa_acvp_test_set_params()
107 && !OSSL_PARAM_get_BN(p, &t->Xq2)) in ossl_rsa_acvp_test_set_params()
110 && !OSSL_PARAM_get_BN(p, &t->Xq)) in ossl_rsa_acvp_test_set_params()
H A Drsa_backend.c52 if (!OSSL_PARAM_get_BN(p, &tmp)) in DEFINE_STACK_OF()
79 if ((param_n != NULL && !OSSL_PARAM_get_BN(param_n, &n)) in ossl_rsa_fromdata()
80 || (param_e != NULL && !OSSL_PARAM_get_BN(param_e, &e)) in ossl_rsa_fromdata()
81 || (param_d != NULL && !OSSL_PARAM_get_BN(param_d, &d))) in ossl_rsa_fromdata()
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_backend.c51 if ((param_p != NULL && !OSSL_PARAM_get_BN(param_p, &p)) in ossl_ffc_params_fromdata()
52 || (param_q != NULL && !OSSL_PARAM_get_BN(param_q, &q)) in ossl_ffc_params_fromdata()
53 || (param_g != NULL && !OSSL_PARAM_get_BN(param_g, &g))) in ossl_ffc_params_fromdata()
69 if (prm != NULL && !OSSL_PARAM_get_BN(prm, &j)) in ossl_ffc_params_fromdata()
/freebsd/crypto/openssl/test/
H A Dparam_build_test.c37 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_single_zero_test()
70 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_private_single_zero_test()
194 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_test()
200 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_res)) in template_public_test()
339 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_private_test()
347 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_res)) in template_private_test()
501 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_pub_res)) in builder_merge_test()
506 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_priv_res)) in builder_merge_test()
H A Dkeymgmt_internal_test.c94 if (!TEST_true(OSSL_PARAM_get_BN(p, &n)) in get_ulong_via_BN()
H A Dparams_api_test.c437 if (!TEST_true(OSSL_PARAM_get_BN(&param, &c)) in test_param_bignum()
623 if(!TEST_true(OSSL_PARAM_get_BN(cp, &bn2)) in test_param_construct()
H A Dparams_test.c221 && !TEST_true(OSSL_PARAM_get_BN(p, &obj->p3))) in api_set_params()
H A Devp_extra_test2.c916 && TEST_true(OSSL_PARAM_get_BN(p, &bn)) in do_check_bn()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_backend.c50 if (param_pub_key != NULL && !OSSL_PARAM_get_BN(param_pub_key, &pub_key)) in ossl_dsa_key_fromdata()
52 if (param_priv_key != NULL && !OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_dsa_key_fromdata()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_backend.c79 && !OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_dh_key_fromdata()
83 && !OSSL_PARAM_get_BN(param_pub_key, &pub_key)) in ossl_dh_key_fromdata()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod24 OSSL_PARAM_get_uint64, OSSL_PARAM_get_ulong, OSSL_PARAM_get_BN,
84 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val);
233 OSSL_PARAM_get_BN() retrieves a BIGNUM from the parameter pointed to by I<p>.
334 OSSL_PARAM_get_BN() and OSSL_PARAM_set_BN() currently only support
/freebsd/crypto/openssl/crypto/ec/
H A Dec_lib.c1616 if (!OSSL_PARAM_get_BN(pa, &a)) { in EC_GROUP_new_from_params()
1621 if (!OSSL_PARAM_get_BN(pb, &b)) { in EC_GROUP_new_from_params()
1628 if (!OSSL_PARAM_get_BN(ptmp, &p)) { in EC_GROUP_new_from_params()
1698 if (!OSSL_PARAM_get_BN(ptmp, &order) in EC_GROUP_new_from_params()
1709 if (cofactor == NULL || !OSSL_PARAM_get_BN(ptmp, &cofactor)) { in EC_GROUP_new_from_params()
H A Dec_backend.c477 if (!OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_ec_key_fromdata()
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h128 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c523 && !OSSL_PARAM_get_BN(p, &gctx->pub_exp)) in rsa_gen_set_params()
H A Dec_kmgmt.c1096 if (bn == NULL || !OSSL_PARAM_get_BN(p, &bn)) \
/freebsd/crypto/openssl/crypto/
H A Dparams.c921 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val) in OSSL_PARAM_get_BN() function
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c2182 ret = OSSL_PARAM_get_BN(params, bn); in EVP_PKEY_get_bn_param()
H A Dctrl_params_translate.c625 if (!OSSL_PARAM_get_BN(ctx->params, ctx->p2)) in default_fixup_args()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5148 OSSL_PARAM_get_BN;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3112 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_get_BN.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4573 OSSL_PARAM_get_BN 4701 3_0_0 EXIST::FUNCTION: