/openssl-master/crypto/rsa/ |
A D | rsa_acvp_test_params.c | 95 && !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()
|
A D | rsa_backend.c | 54 if (!OSSL_PARAM_get_BN(p, &tmp) in DEFINE_STACK_OF() 77 if ((param_n != NULL && !OSSL_PARAM_get_BN(param_n, &n)) in ossl_rsa_fromdata() 78 || (param_e != NULL && !OSSL_PARAM_get_BN(param_e, &e)) in ossl_rsa_fromdata() 79 || (param_d != NULL && !OSSL_PARAM_get_BN(param_d, &d))) in ossl_rsa_fromdata()
|
/openssl-master/crypto/ffc/ |
A D | ffc_backend.c | 50 if ((param_p != NULL && !OSSL_PARAM_get_BN(param_p, &p)) in ossl_ffc_params_fromdata() 51 || (param_q != NULL && !OSSL_PARAM_get_BN(param_q, &q)) in ossl_ffc_params_fromdata() 52 || (param_g != NULL && !OSSL_PARAM_get_BN(param_g, &g))) in ossl_ffc_params_fromdata() 68 if (prm != NULL && !OSSL_PARAM_get_BN(prm, &j)) in ossl_ffc_params_fromdata()
|
/openssl-master/crypto/dsa/ |
A D | dsa_backend.c | 47 if (param_pub_key != NULL && !OSSL_PARAM_get_BN(param_pub_key, &pub_key)) in ossl_dsa_key_fromdata() 49 if (param_priv_key != NULL && !OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_dsa_key_fromdata()
|
/openssl-master/crypto/dh/ |
A D | dh_backend.c | 78 && !OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_dh_key_fromdata() 80 && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))) in ossl_dh_key_fromdata()
|
/openssl-master/test/ |
A D | param_build_test.c | 125 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_res)) in template_public_test() 259 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_res)) in template_private_test() 411 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_pub_res)) in builder_merge_test() 416 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_priv_res)) in builder_merge_test()
|
A D | keymgmt_internal_test.c | 90 if (!TEST_true(OSSL_PARAM_get_BN(p, &n)) in get_ulong_via_BN()
|
A D | params_api_test.c | 437 if (!TEST_true(OSSL_PARAM_get_BN(¶m, &c)) in test_param_bignum() 623 if (!TEST_true(OSSL_PARAM_get_BN(cp, &bn2)) in test_param_construct()
|
A D | params_test.c | 220 && !TEST_true(OSSL_PARAM_get_BN(p, &obj->p3))) in api_set_params()
|
A D | evp_extra_test2.c | 649 && TEST_true(OSSL_PARAM_get_BN(p, &bn)) in do_check_bn()
|
/openssl-master/crypto/ec/ |
A D | ec_lib.c | 1595 if (!OSSL_PARAM_get_BN(pa, &a)) { in EC_GROUP_new_from_params() 1600 if (!OSSL_PARAM_get_BN(pb, &b)) { in EC_GROUP_new_from_params() 1607 if (!OSSL_PARAM_get_BN(ptmp, &p)) { in EC_GROUP_new_from_params() 1677 if (!OSSL_PARAM_get_BN(ptmp, &order) in EC_GROUP_new_from_params() 1688 if (cofactor == NULL || !OSSL_PARAM_get_BN(ptmp, &cofactor)) { in EC_GROUP_new_from_params()
|
A D | ec_backend.c | 472 if (!OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_ec_key_fromdata()
|
/openssl-master/include/openssl/ |
A D | params.h | 128 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val);
|
/openssl-master/doc/man3/ |
A D | OSSL_PARAM_int.pod | 24 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>.
|
/openssl-master/providers/implementations/keymgmt/ |
A D | rsa_kmgmt.c | 489 && !OSSL_PARAM_get_BN(p, &gctx->pub_exp)) in rsa_gen_set_params()
|
A D | ec_kmgmt.c | 1068 if (bn == NULL || !OSSL_PARAM_get_BN(p, &bn)) \
|
/openssl-master/crypto/ |
A D | params.c | 903 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val) in OSSL_PARAM_get_BN() function
|
/openssl-master/crypto/evp/ |
A D | p_lib.c | 2150 ret = OSSL_PARAM_get_BN(params, bn); in EVP_PKEY_get_bn_param()
|
A D | ctrl_params_translate.c | 627 if (!OSSL_PARAM_get_BN(ctx->params, ctx->p2)) in default_fixup_args()
|
/openssl-master/util/ |
A D | libcrypto.num | 4573 OSSL_PARAM_get_BN 4701 3_0_0 EXIST::FUNCTION:
|