Symbol: OSSL_PARAM_BLD
crypto/openssl/apps/dhparam.c
390
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/apps/testdsa.h
1441
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/crypto/dh/dh_ameth.c
457
OSSL_PARAM_BLD *tmpl;
crypto/openssl/crypto/dh/dh_backend.c
102
int ossl_dh_key_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[],
crypto/openssl/crypto/dh/dh_backend.c
90
int ossl_dh_params_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[])
crypto/openssl/crypto/dsa/dsa_ameth.c
433
OSSL_PARAM_BLD *tmpl;
crypto/openssl/crypto/ec/ec_ameth.c
479
OSSL_PARAM_BLD *tmpl;
crypto/openssl/crypto/ec/ec_backend.c
157
static int ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl,
crypto/openssl/crypto/ec/ec_backend.c
288
int ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl,
crypto/openssl/crypto/ec/ec_lib.c
1769
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/crypto/ec/ecx_meth.c
351
OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new();
crypto/openssl/crypto/ffc/ffc_params.c
215
int ossl_ffc_params_todata(const FFC_PARAMS *ffc, OSSL_PARAM_BLD *bld,
crypto/openssl/crypto/param_build.c
105
static void free_all_params(OSSL_PARAM_BLD *bld)
crypto/openssl/crypto/param_build.c
113
void OSSL_PARAM_BLD_free(OSSL_PARAM_BLD *bld)
crypto/openssl/crypto/param_build.c
122
int OSSL_PARAM_BLD_push_int(OSSL_PARAM_BLD *bld, const char *key, int num)
crypto/openssl/crypto/param_build.c
132
int OSSL_PARAM_BLD_push_uint(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
144
int OSSL_PARAM_BLD_push_long(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
155
int OSSL_PARAM_BLD_push_ulong(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
167
int OSSL_PARAM_BLD_push_int32(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
178
int OSSL_PARAM_BLD_push_uint32(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
190
int OSSL_PARAM_BLD_push_int64(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
201
int OSSL_PARAM_BLD_push_uint64(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
213
int OSSL_PARAM_BLD_push_size_t(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
225
int OSSL_PARAM_BLD_push_time_t(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
237
int OSSL_PARAM_BLD_push_double(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
248
static int push_BN(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
293
int OSSL_PARAM_BLD_push_BN(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
308
int OSSL_PARAM_BLD_push_BN_pad(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
322
int OSSL_PARAM_BLD_push_utf8_string(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
343
int OSSL_PARAM_BLD_push_utf8_ptr(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
362
int OSSL_PARAM_BLD_push_octet_string(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
381
int OSSL_PARAM_BLD_push_octet_ptr(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
398
static OSSL_PARAM *param_bld_convert(OSSL_PARAM_BLD *bld, OSSL_PARAM *param,
crypto/openssl/crypto/param_build.c
451
OSSL_PARAM *OSSL_PARAM_BLD_to_param(OSSL_PARAM_BLD *bld)
crypto/openssl/crypto/param_build.c
51
static OSSL_PARAM_BLD_DEF *param_push(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
74
static int param_push_num(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/crypto/param_build.c
91
OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void)
crypto/openssl/crypto/param_build.c
93
OSSL_PARAM_BLD *r = OPENSSL_zalloc(sizeof(OSSL_PARAM_BLD));
crypto/openssl/crypto/param_build_set.c
22
int ossl_param_build_set_int(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/crypto/param_build_set.c
33
int ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/crypto/param_build_set.c
44
int ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/crypto/param_build_set.c
55
int ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/crypto/param_build_set.c
69
int ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/crypto/param_build_set.c
86
int ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/crypto/param_build_set.c
98
int ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params,
crypto/openssl/crypto/rsa/rsa_ameth.c
799
OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new();
crypto/openssl/crypto/rsa/rsa_backend.c
260
int ossl_rsa_todata(RSA *rsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[],
crypto/openssl/crypto/rsa/rsa_backend.c
309
OSSL_PARAM_BLD *bld, OSSL_PARAM params[])
crypto/openssl/crypto/store/store_lib.c
338
OSSL_PARAM_BLD *bld;
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramfromdata.c
27
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/include/crypto/dh.h
36
int ossl_dh_params_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]);
crypto/openssl/include/crypto/dh.h
37
int ossl_dh_key_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[],
crypto/openssl/include/crypto/ec.h
71
int ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl,
crypto/openssl/include/crypto/rsa.h
74
int ossl_rsa_todata(RSA *rsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[],
crypto/openssl/include/crypto/rsa.h
78
OSSL_PARAM_BLD *bld, OSSL_PARAM params[]);
crypto/openssl/include/internal/ffc.h
200
int ossl_ffc_params_todata(const FFC_PARAMS *ffc, OSSL_PARAM_BLD *tmpl,
crypto/openssl/include/internal/param_build_set.h
28
int ossl_param_build_set_int(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
30
int ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
32
int ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
34
int ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
38
int ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
40
int ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
42
int ossl_param_build_set_signed_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
44
int ossl_param_build_set_signed_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/internal/param_build_set.h
47
int ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p,
crypto/openssl/include/openssl/param_build.h
22
OSSL_PARAM_BLD *OSSL_PARAM_BLD_new(void);
crypto/openssl/include/openssl/param_build.h
23
OSSL_PARAM *OSSL_PARAM_BLD_to_param(OSSL_PARAM_BLD *bld);
crypto/openssl/include/openssl/param_build.h
24
void OSSL_PARAM_BLD_free(OSSL_PARAM_BLD *bld);
crypto/openssl/include/openssl/param_build.h
26
int OSSL_PARAM_BLD_push_int(OSSL_PARAM_BLD *bld, const char *key, int val);
crypto/openssl/include/openssl/param_build.h
27
int OSSL_PARAM_BLD_push_uint(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
29
int OSSL_PARAM_BLD_push_long(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
31
int OSSL_PARAM_BLD_push_ulong(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
33
int OSSL_PARAM_BLD_push_int32(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
35
int OSSL_PARAM_BLD_push_uint32(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
37
int OSSL_PARAM_BLD_push_int64(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
39
int OSSL_PARAM_BLD_push_uint64(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
41
int OSSL_PARAM_BLD_push_size_t(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
43
int OSSL_PARAM_BLD_push_time_t(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
45
int OSSL_PARAM_BLD_push_double(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
47
int OSSL_PARAM_BLD_push_BN(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
49
int OSSL_PARAM_BLD_push_BN_pad(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
51
int OSSL_PARAM_BLD_push_utf8_string(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
53
int OSSL_PARAM_BLD_push_utf8_ptr(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
55
int OSSL_PARAM_BLD_push_octet_string(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/include/openssl/param_build.h
57
int OSSL_PARAM_BLD_push_octet_ptr(OSSL_PARAM_BLD *bld, const char *key,
crypto/openssl/providers/fips/self_test_kats.c
161
static int add_params(OSSL_PARAM_BLD *bld, const ST_KAT_PARAM *params,
crypto/openssl/providers/fips/self_test_kats.c
222
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/providers/fips/self_test_kats.c
824
OSSL_PARAM_BLD *keybld = NULL, *initbld = NULL;
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
220
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
101
static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[],
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
221
OSSL_PARAM_BLD *tmpl;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1114
OSSL_PARAM_BLD *bld;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
113
static ossl_inline int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
240
static ossl_inline int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
444
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
224
static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
249
OSSL_PARAM_BLD *tmpl;
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
235
static int key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
268
OSSL_PARAM_BLD *tmpl;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
238
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
247
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
204
OSSL_PARAM_BLD *tmpl;
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
153
static int key_to_params(SLH_DSA_KEY *key, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
225
OSSL_PARAM_BLD *tmpl;
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
135
static int key_to_params(void *key, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
149
OSSL_PARAM_BLD *tmpl;
crypto/openssl/ssl/statem/statem_clnt.c
2293
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/ssl/t1_lib.c
4300
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/test/acvp_test.c
1158
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/acvp_test.c
1269
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/acvp_test.c
1322
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/acvp_test.c
185
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/acvp_test.c
449
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/acvp_test.c
661
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/ectest.c
2449
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/ectest.c
2883
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/ectest.c
3207
OSSL_PARAM_BLD *param_bld = NULL;
crypto/openssl/test/endecode_test.c
1110
static int do_create_ec_explicit_prime_params(OSSL_PARAM_BLD *bld,
crypto/openssl/test/endecode_test.c
1172
static int create_ec_explicit_prime_params_namedcurve(OSSL_PARAM_BLD *bld)
crypto/openssl/test/endecode_test.c
1189
static int create_ec_explicit_prime_params(OSSL_PARAM_BLD *bld)
crypto/openssl/test/endecode_test.c
1208
static int do_create_ec_explicit_trinomial_params(OSSL_PARAM_BLD *bld,
crypto/openssl/test/endecode_test.c
1288
static int create_ec_explicit_trinomial_params_namedcurve(OSSL_PARAM_BLD *bld)
crypto/openssl/test/endecode_test.c
1302
static int create_ec_explicit_trinomial_params(OSSL_PARAM_BLD *bld)
crypto/openssl/test/endecode_test.c
63
static OSSL_PARAM_BLD *bld_prime_nc = NULL;
crypto/openssl/test/endecode_test.c
64
static OSSL_PARAM_BLD *bld_prime = NULL;
crypto/openssl/test/endecode_test.c
69
static OSSL_PARAM_BLD *bld_tri_nc = NULL;
crypto/openssl/test/endecode_test.c
70
static OSSL_PARAM_BLD *bld_tri = NULL;
crypto/openssl/test/evp_extra_test.c
1135
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_extra_test.c
1272
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_extra_test.c
1441
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_extra_test.c
3779
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_extra_test.c
3847
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
1134
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
1603
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
1887
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
546
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
635
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
834
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_pkey_provided_test.c
895
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/evp_skey_test.c
129
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/test/evp_test.c
4380
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/helpers/predefined_dhparams.c
22
OSSL_PARAM_BLD *tmpl = NULL;
crypto/openssl/test/param_build_test.c
21
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/param_build_test.c
239
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/param_build_test.c
400
OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
crypto/openssl/test/param_build_test.c
445
OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
crypto/openssl/test/param_build_test.c
446
OSSL_PARAM_BLD *bld2 = OSSL_PARAM_BLD_new();
crypto/openssl/test/param_build_test.c
54
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/param_build_test.c
88
OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new();
crypto/openssl/test/provider_test.c
168
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/slh_dsa_test.c
61
OSSL_PARAM_BLD *bld = NULL;
crypto/openssl/test/sslapitest.c
10676
OSSL_PARAM_BLD *tmpl = NULL;