Searched refs:OSSL_PARAM_set_BN (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_acvp_test_params.c | 136 && !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/crypto/ |
H A D | param_build_set.c | 81 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 D | params.c | 1098 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val) in OSSL_PARAM_set_BN() function
|
/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 31 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
|
/openssl/include/openssl/ |
H A D | params.h | 132 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val);
|
/openssl/test/ |
H A D | params_api_test.c | 512 if (!TEST_true(OSSL_PARAM_set_BN(¶m, b))) in test_param_bignum() 549 if (!TEST_true(OSSL_PARAM_set_BN(¶m, b))) in test_param_signed_bignum() 741 || !TEST_true(OSSL_PARAM_set_BN(cp, bn)) in test_param_construct()
|
H A D | params_test.c | 257 && !TEST_true(OSSL_PARAM_set_BN(p, obj->p3))) in api_get_params()
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 673 return OSSL_PARAM_set_BN(ctx->params, ctx->p2); in default_fixup_args()
|
/openssl/util/ |
H A D | libcrypto.num | 4574 OSSL_PARAM_set_BN 4702 3_0_0 EXIST::FUNCTION:
|
Completed in 50 milliseconds