Home
last modified time | relevance | path

Searched defs:bld (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/
H A Dparam_build.c74 static int param_push_num(OSSL_PARAM_BLD *bld, const char *key, in param_push_num()
105 static void free_all_params(OSSL_PARAM_BLD *bld) in free_all_params()
113 void OSSL_PARAM_BLD_free(OSSL_PARAM_BLD *bld) in OSSL_PARAM_BLD_free()
127 int OSSL_PARAM_BLD_push_uint(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_uint()
134 int OSSL_PARAM_BLD_push_long(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_long()
140 int OSSL_PARAM_BLD_push_ulong(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_ulong()
147 int OSSL_PARAM_BLD_push_int32(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_int32()
160 int OSSL_PARAM_BLD_push_int64(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_int64()
193 static int push_BN(OSSL_PARAM_BLD *bld, const char *key, in push_BN()
233 int OSSL_PARAM_BLD_push_BN(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_BN()
[all …]
H A Dparam_build_set.c33 int ossl_param_build_set_long(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_long()
44 int ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_utf8_string()
55 int ossl_param_build_set_octet_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_octet_string()
69 int ossl_param_build_set_bn_pad(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_bn_pad()
86 int ossl_param_build_set_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, in ossl_param_build_set_bn()
98 int ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params, in ossl_param_build_set_multi_key_bn()
/openssl/test/
H A Dparam_build_test.c21 OSSL_PARAM_BLD *bld = NULL; in template_public_single_zero_test() local
54 OSSL_PARAM_BLD *bld = NULL; in template_private_single_zero_test() local
88 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in template_public_test() local
239 OSSL_PARAM_BLD *bld = NULL; in template_private_test() local
400 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_limit_test() local
443 OSSL_PARAM_BLD *bld = OSSL_PARAM_BLD_new(); in builder_merge_test() local
H A Devp_pkey_provided_test.c544 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_rsa_derive_from_pq_sp800() local
640 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_rsa_derive_from_pq_multiprime() local
849 OSSL_PARAM_BLD *bld = NULL; in test_evp_pkey_get_bn_param_large() local
910 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_dh_named_group() local
1123 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_dh_fips186_4() local
1580 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_ec() local
1860 OSSL_PARAM_BLD *bld = NULL; in test_fromdata_dsa_fips186_4() local
H A Dprovider_test.c169 OSSL_PARAM_BLD *bld = NULL; in test_provider_ex() local
H A Dendecode_test.c1069 static int do_create_ec_explicit_prime_params(OSSL_PARAM_BLD *bld, in do_create_ec_explicit_prime_params()
1131 static int create_ec_explicit_prime_params_namedcurve(OSSL_PARAM_BLD *bld) in create_ec_explicit_prime_params_namedcurve()
1148 static int create_ec_explicit_prime_params(OSSL_PARAM_BLD *bld) in create_ec_explicit_prime_params()
1167 static int do_create_ec_explicit_trinomial_params(OSSL_PARAM_BLD *bld, in do_create_ec_explicit_trinomial_params()
1220 static int create_ec_explicit_trinomial_params_namedcurve(OSSL_PARAM_BLD *bld) in create_ec_explicit_trinomial_params_namedcurve()
1234 static int create_ec_explicit_trinomial_params(OSSL_PARAM_BLD *bld) in create_ec_explicit_trinomial_params()
H A Dacvp_test.c181 OSSL_PARAM_BLD *bld = NULL; in ecdsa_create_pkey() local
379 OSSL_PARAM_BLD *bld = NULL; in eddsa_create_pkey() local
591 OSSL_PARAM_BLD *bld = NULL; in dsa_create_pkey() local
1082 OSSL_PARAM_BLD *bld = NULL; in dh_create_pkey() local
1193 OSSL_PARAM_BLD *bld = NULL; in rsa_create_pkey() local
1246 OSSL_PARAM_BLD *bld = NULL; in rsa_keygen_test() local
H A Dectest.c2069 OSSL_PARAM_BLD *bld = NULL; in ossl_parameter_test() local
2506 OSSL_PARAM_BLD *bld = NULL; in do_test_custom_explicit_fromdata() local
H A Devp_extra_test.c1000 OSSL_PARAM_BLD *bld = NULL; in test_EVP_PKEY_ffc_priv_pub() local
1137 OSSL_PARAM_BLD *bld = NULL; in test_EC_priv_pub() local
1303 OSSL_PARAM_BLD *bld = NULL; in test_evp_get_ec_pub() local
3165 OSSL_PARAM_BLD *bld = NULL; in test_DSA_get_set_params() local
3232 OSSL_PARAM_BLD *bld = NULL; in test_RSA_get_set_params() local
/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramfromdata.c27 OSSL_PARAM_BLD *bld = NULL; in main() local
/openssl/crypto/dh/
H A Ddh_backend.c91 int ossl_dh_params_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) in ossl_dh_params_todata()
103 int ossl_dh_key_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in ossl_dh_key_todata()
/openssl/providers/fips/
H A Dself_test_kats.c157 static int add_params(OSSL_PARAM_BLD *bld, const ST_KAT_PARAM *params, in add_params()
211 OSSL_PARAM_BLD *bld = NULL; in self_test_kdf() local
379 OSSL_PARAM_BLD *bld = NULL; in self_test_ka() local
/openssl/crypto/ffc/
H A Dffc_params.c216 int ossl_ffc_params_todata(const FFC_PARAMS *ffc, OSSL_PARAM_BLD *bld, in ossl_ffc_params_todata()
/openssl/crypto/rsa/
H A Drsa_backend.c308 OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) in ossl_rsa_pss_params_30_todata()
/openssl/crypto/store/
H A Dstore_lib.c339 OSSL_PARAM_BLD *bld; in OSSL_STORE_find() local
/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c101 static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], in dsa_key_todata()
H A Dec_kmgmt.c1147 OSSL_PARAM_BLD *bld; in ec_gen_set_group_from_params() local

Completed in 311 milliseconds