Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_free (Results 1 – 25 of 44) sorted by relevance

12

/openssl/doc/man3/
H A DOSSL_PARAM_dup.pod5 OSSL_PARAM_dup, OSSL_PARAM_merge, OSSL_PARAM_free
14 void OSSL_PARAM_free(OSSL_PARAM *params);
33 OSSL_PARAM_free() frees the parameter array I<params> that was created using
35 If the argument to OSSL_PARAM_free() is NULL, nothing is done.
H A DOSSL_PARAM_BLD.pod61 OSSL_PARAM_free() with the functions return value.
180 OSSL_PARAM_free(params);
198 OSSL_PARAM_free(params);
202 L<OSSL_PARAM_int(3)>, L<OSSL_PARAM(3)>, L<OSSL_PARAM_free(3)>
H A DEVP_PKEY_todata.pod23 L<OSSL_PARAM_free(3)> should be used to free the returned parameters in
/openssl/test/
H A Dparam_build_test.c45 OSSL_PARAM_free(params_blt); in template_public_single_zero_test()
79 OSSL_PARAM_free(params_blt); in template_private_single_zero_test()
220 OSSL_PARAM_free(params_blt); in template_public_test()
380 OSSL_PARAM_free(p1); in template_private_test()
382 OSSL_PARAM_free(params); in template_private_test()
383 OSSL_PARAM_free(params_blt); in template_private_test()
422 OSSL_PARAM_free(params); in builder_limit_test()
434 OSSL_PARAM_free(params); in builder_limit_test()
540 OSSL_PARAM_free(params); in builder_merge_test()
541 OSSL_PARAM_free(params_blt); in builder_merge_test()
[all …]
H A Dprovider_pkey_test.c209 OSSL_PARAM_free(params); in test_pkey_eq()
224 OSSL_PARAM_free(params); in test_pkey_eq()
238 OSSL_PARAM_free(params); in test_pkey_eq()
H A Devp_pkey_provided_test.c537 OSSL_PARAM_free(fromdata_params); in do_fromdata_rsa_derive()
538 OSSL_PARAM_free(todata_params); in do_fromdata_rsa_derive()
892 OSSL_PARAM_free(fromdata_params); in test_evp_pkey_get_bn_param_large()
1107 OSSL_PARAM_free(fromdata_params); in test_fromdata_dh_named_group()
1284 OSSL_PARAM_free(fromdata_params); in test_fromdata_dh_fips186_4()
1772 OSSL_PARAM_free(fromdata_params); in test_fromdata_ec()
2094 OSSL_PARAM_free(fromdata_params); in test_fromdata_dsa_fips186_4()
H A Devp_extra_test2.c331 OSSL_PARAM_free(keypair_params); in do_pkey_tofrom_data_select()
332 OSSL_PARAM_free(pub_params); in do_pkey_tofrom_data_select()
1111 OSSL_PARAM_free(all_params); in test_dsa_todata()
1112 OSSL_PARAM_free(to_params); in test_dsa_todata()
H A Dprovider_test.c210 OSSL_PARAM_free(params); in test_provider_ex()
H A Dendecode_test.c1486 OSSL_PARAM_free(ec_explicit_prime_params_nc); in cleanup_tests()
1487 OSSL_PARAM_free(ec_explicit_prime_params_explicit); in cleanup_tests()
1491 OSSL_PARAM_free(ec_explicit_tri_params_nc); in cleanup_tests()
1492 OSSL_PARAM_free(ec_explicit_tri_params_explicit); in cleanup_tests()
H A Dacvp_test.c203 OSSL_PARAM_free(params); in ecdsa_create_pkey()
460 OSSL_PARAM_free(params); in eddsa_create_pkey()
708 OSSL_PARAM_free(params); in dsa_create_pkey()
1180 OSSL_PARAM_free(params); in dh_create_pkey()
1289 OSSL_PARAM_free(params); in rsa_create_pkey()
1397 OSSL_PARAM_free(params); in rsa_keygen_test()
H A Devp_extra_test.c1030 OSSL_PARAM_free(params); in test_EVP_PKEY_ffc_priv_pub()
1051 OSSL_PARAM_free(params); in test_EVP_PKEY_ffc_priv_pub()
1072 OSSL_PARAM_free(params); in test_EVP_PKEY_ffc_priv_pub()
1100 OSSL_PARAM_free(params); in test_EVP_PKEY_ffc_priv_pub()
1166 OSSL_PARAM_free(params); in test_EC_priv_pub()
1187 OSSL_PARAM_free(params); in test_EC_priv_pub()
1215 OSSL_PARAM_free(params); in test_EC_priv_pub()
1289 OSSL_PARAM_free(params); in test_EC_priv_pub()
1349 OSSL_PARAM_free(params); in test_evp_get_ec_pub()
3208 OSSL_PARAM_free(params); in test_DSA_get_set_params()
[all …]
H A Dectest.c2154 OSSL_PARAM_free(params_nmd); in ossl_parameter_test()
2155 OSSL_PARAM_free(params_nmd2); in ossl_parameter_test()
2164 OSSL_PARAM_free(params_exp); in ossl_parameter_test()
2165 OSSL_PARAM_free(params_exp2); in ossl_parameter_test()
2713 OSSL_PARAM_free(params); in do_test_custom_explicit_fromdata()
3060 OSSL_PARAM_free(params1); in custom_params_test()
3061 OSSL_PARAM_free(params2); in custom_params_test()
H A Dfake_rsaprov.c180 OSSL_PARAM_free(params); in fake_rsa_keymgmt_export()
/openssl/demos/signature/
H A DEVP_DSA_Signature_demo.c135 OSSL_PARAM_free(public_key); in extract_public_key()
155 OSSL_PARAM_free(keypair); in extract_keypair()
312 OSSL_PARAM_free(public_key); in main()
313 OSSL_PARAM_free(keypair); in main()
/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c97 OSSL_PARAM_free(loadedparams); in create_merged_key()
98 OSSL_PARAM_free(mergedparams); in create_merged_key()
H A DEVP_PKEY_DSA_paramfromdata.c68 OSSL_PARAM_free(params); in main()
/openssl/providers/fips/
H A Dself_test_kats.c251 OSSL_PARAM_free(params); in self_test_kdf()
441 OSSL_PARAM_free(params_peer); in self_test_ka()
442 OSSL_PARAM_free(params); in self_test_ka()
551 OSSL_PARAM_free(paramskey); in self_test_digest_sign()
552 OSSL_PARAM_free(paramsinit); in self_test_digest_sign()
642 OSSL_PARAM_free(keyparams); in self_test_asym_cipher()
644 OSSL_PARAM_free(initparams); in self_test_asym_cipher()
/openssl/apps/
H A Dtestdsa.h270 OSSL_PARAM_free(params); in get_dsa()
H A Ddhparam.c411 OSSL_PARAM_free(params); in dsa_to_dh()
/openssl/test/helpers/
H A Dpredefined_dhparams.c43 OSSL_PARAM_free(params); in get_dh_from_pg_bn()
/openssl/crypto/
H A Dparams_dup.c225 void OSSL_PARAM_free(OSSL_PARAM *params) in OSSL_PARAM_free() function
/openssl/include/openssl/
H A Dparams.h155 void OSSL_PARAM_free(OSSL_PARAM *p);
/openssl/providers/implementations/keymgmt/
H A Dtemplate_kmgmt.c176 OSSL_PARAM_free(params); in template_export()
H A Dmac_legacy_kmgmt.c294 OSSL_PARAM_free(params); in mac_export()
/openssl/doc/man7/
H A DEVP_PKEY-DH.pod279 OSSL_PARAM_free(domain_params);
280 OSSL_PARAM_free(merged_params);

Completed in 263 milliseconds

12