/third_party/openssl/crypto/rsa/ |
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()
|
D | rsa_backend.c | 52 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()
|
/third_party/openssl/crypto/ffc/ |
D | ffc_backend.c | 51 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()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_backend.c | 50 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()
|
/third_party/openssl/test/ |
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()
|
D | keymgmt_internal_test.c | 94 if (!TEST_true(OSSL_PARAM_get_BN(p, &n)) in get_ulong_via_BN()
|
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()
|
D | params_test.c | 220 && !TEST_true(OSSL_PARAM_get_BN(p, &obj->p3))) in api_set_params()
|
D | evp_extra_test2.c | 824 && TEST_true(OSSL_PARAM_get_BN(p, &bn)) in do_check_bn()
|
/third_party/openssl/crypto/dh/ |
D | dh_backend.c | 79 && !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()
|
/third_party/openssl/doc/man3/ |
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>. 334 OSSL_PARAM_get_BN() and OSSL_PARAM_set_BN() currently only support
|
/third_party/openssl/crypto/ec/ |
D | ec_lib.c | 1616 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()
|
D | ec_backend.c | 477 if (!OSSL_PARAM_get_BN(param_priv_key, &priv_key)) in ossl_ec_key_fromdata()
|
/third_party/openssl/include/openssl/ |
D | params.h | 128 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val);
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | rsa_kmgmt.c | 523 && !OSSL_PARAM_get_BN(p, &gctx->pub_exp)) in rsa_gen_set_params()
|
D | ec_kmgmt.c | 1088 if (bn == NULL || !OSSL_PARAM_get_BN(p, &bn)) \
|
/third_party/openssl/crypto/ |
D | params.c | 903 int OSSL_PARAM_get_BN(const OSSL_PARAM *p, BIGNUM **val) in OSSL_PARAM_get_BN() function
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 2170 ret = OSSL_PARAM_get_BN(params, bn); in EVP_PKEY_get_bn_param()
|
D | ctrl_params_translate.c | 625 if (!OSSL_PARAM_get_BN(ctx->params, ctx->p2)) in default_fixup_args()
|
/third_party/openssl/util/ |
D | libcrypto.num | 4573 OSSL_PARAM_get_BN 4701 3_0_0 EXIST::FUNCTION:
|