Searched refs:OSSL_PARAM_set_BN (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/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()
|
/third_party/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()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | param_build_set.c | 79 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() 117 if (!OSSL_PARAM_set_BN(p, bn)) in ossl_param_build_set_multi_key_bn()
|
H A D | params.c | 938 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val) in OSSL_PARAM_set_BN() function
|
/third_party/openssl/crypto/ |
H A D | param_build_set.c | 79 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()
|
H A D | params.c | 920 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val) in OSSL_PARAM_set_BN() function
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | params.h | 129 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val);
|
/third_party/openssl/include/openssl/ |
H A D | params.h | 129 int OSSL_PARAM_set_BN(OSSL_PARAM *p, const BIGNUM *val);
|
/third_party/openssl/test/ |
H A D | params_api_test.c | 433 if (!TEST_true(OSSL_PARAM_set_BN(¶m, b)) in test_param_bignum() 618 || !TEST_true(OSSL_PARAM_set_BN(cp, bn)) in test_param_construct()
|
H A D | params_test.c | 256 && !TEST_true(OSSL_PARAM_set_BN(p, obj->p3))) in api_get_params()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 675 return OSSL_PARAM_set_BN(ctx->params, ctx->p2); in default_fixup_args()
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 675 return OSSL_PARAM_set_BN(ctx->params, ctx->p2); in default_fixup_args()
|
Completed in 19 milliseconds