Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H 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()
/freebsd/crypto/openssl/crypto/
H A Dparam_build_set.c81 return OSSL_PARAM_set_BN(p, bn); in ossl_param_build_set_bn_pad()
94 return OSSL_PARAM_set_BN(p, bn) > 0; in ossl_param_build_set_bn()
119 if (!OSSL_PARAM_set_BN(p, bn)) in ossl_param_build_set_multi_key_bn()
H A Dparams.c1112 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val) in OSSL_PARAM_set_BN() function
/freebsd/crypto/openssl/doc/man3/
H 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>.
334 OSSL_PARAM_get_BN() and OSSL_PARAM_set_BN() only support nonnegative
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h132 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val);
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c521 if (!TEST_true(OSSL_PARAM_set_BN(&param, b))) in test_param_bignum()
558 if (!TEST_true(OSSL_PARAM_set_BN(&param, b))) in test_param_signed_bignum()
750 || !TEST_true(OSSL_PARAM_set_BN(cp, bn)) in test_param_construct()
H A Dparams_test.c256 && !TEST_true(OSSL_PARAM_set_BN(p, obj->p3))) in api_get_params()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c678 return OSSL_PARAM_set_BN(ctx->params, ctx->p2); in default_fixup_args()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5170 OSSL_PARAM_set_BN;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3374 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_set_BN.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4574 OSSL_PARAM_set_BN 4702 3_0_0 EXIST::FUNCTION: