Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_BN (Results 1 – 9 of 9) sorted by relevance

/openssl-master/crypto/rsa/
A Drsa_acvp_test_params.c136 && !OSSL_PARAM_set_BN(p, t->p1)) in ossl_rsa_acvp_test_get_params()
139 && !OSSL_PARAM_set_BN(p, t->p2)) in ossl_rsa_acvp_test_get_params()
142 && !OSSL_PARAM_set_BN(p, t->q1)) in ossl_rsa_acvp_test_get_params()
145 && !OSSL_PARAM_set_BN(p, t->q2)) in ossl_rsa_acvp_test_get_params()
/openssl-master/crypto/
A Dparam_build_set.c79 return OSSL_PARAM_set_BN(p, bn); in ossl_param_build_set_bn_pad()
92 return OSSL_PARAM_set_BN(p, bn) > 0; in ossl_param_build_set_bn()
116 if (!OSSL_PARAM_set_BN(p, sk_BIGNUM_const_value(stk, i))) in ossl_param_build_set_multi_key_bn()
A Dparams.c920 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val) in OSSL_PARAM_set_BN() function
/openssl-master/include/openssl/
A Dparams.h129 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val);
/openssl-master/doc/man3/
A DOSSL_PARAM_int.pod31 OSSL_PARAM_set_uint64, OSSL_PARAM_set_ulong, OSSL_PARAM_set_BN,
85 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val);
237 OSSL_PARAM_set_BN() stores the BIGNUM I<val> into the parameter I<p>.
/openssl-master/test/
A Dparams_api_test.c433 if (!TEST_true(OSSL_PARAM_set_BN(&param, b)) in test_param_bignum()
618 || !TEST_true(OSSL_PARAM_set_BN(cp, bn)) in test_param_construct()
A Dparams_test.c256 && !TEST_true(OSSL_PARAM_set_BN(p, obj->p3))) in api_get_params()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c677 return OSSL_PARAM_set_BN(ctx->params, ctx->p2); in default_fixup_args()
/openssl-master/util/
A Dlibcrypto.num4574 OSSL_PARAM_set_BN 4702 3_0_0 EXIST::FUNCTION:

Completed in 25 milliseconds