Searched refs:EVP_PKEY_todata (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_todata.pod | 5 EVP_PKEY_todata, EVP_PKEY_export 12 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params); 21 EVP_PKEY_todata() extracts values from a key I<pkey> using the I<selection>. 26 EVP_PKEY_export() is similar to EVP_PKEY_todata() but uses a callback 31 EVP_PKEY_todata() if persistence is required. 40 EVP_PKEY_todata() and EVP_PKEY_export() return 1 for success and 0 for failure.
|
H A D | EVP_PKEY_fromdata.pod | 83 This is the mirror function to L<EVP_PKEY_todata(3)>. 261 L<OSSL_PARAM(3)>, L<EVP_PKEY_todata(3)>,
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 293 if (!TEST_int_eq(EVP_PKEY_todata(key, EVP_PKEY_PUBLIC_KEY, &pub_params), 1) in do_pkey_tofrom_data_select() 300 if (!TEST_int_eq(EVP_PKEY_todata(key, EVP_PKEY_KEYPAIR, &keypair_params), 1) in do_pkey_tofrom_data_select() 974 || !TEST_int_eq(EVP_PKEY_todata(pkey, EVP_PKEY_KEYPAIR, &to_params), 1) in test_dsa_todata() 1077 && TEST_int_eq(EVP_PKEY_todata(NULL, EVP_PKEY_KEYPAIR, ¶ms), 0) in test_pkey_todata_null() 1078 && TEST_int_eq(EVP_PKEY_todata(pkey, EVP_PKEY_KEYPAIR, NULL), 0); in test_pkey_todata_null()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | evp.pod | 35 L<EVP_PKEY_print_private(3)>. L<EVP_PKEY_todata(3)> can be used to convert a 95 L<EVP_PKEY_todata(3)>,
|
H A D | EVP_PKEY-EC.pod | 116 EVP_PKEY_fromdata() and EVP_PKEY_todata() functions. 119 encoding the exported value via EVP_PKEY_todata() depends on the underlying
|
H A D | EVP_PKEY-DH.pod | 240 EVP_PKEY_todata(), OSSL_PARAM_merge(), and EVP_PKEY_fromdata() are useful 256 EVP_PKEY_todata(received_domp, OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS,
|
H A D | migration_guide.pod | 1035 APIs, or alternatively use L<EVP_PKEY_fromdata(3)> or L<EVP_PKEY_todata(3)>. 1048 Applications may also use L<EVP_PKEY_todata(3)> to return all fields. 1055 created, so if required the user may use L<EVP_PKEY_todata(3)>, L<OSSL_PARAM_merge(3)>,
|
/freebsd/crypto/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramvalidate.c | 68 if (EVP_PKEY_todata(dsaparams, EVP_PKEY_KEY_PARAMETERS, &loadedparams) <= 0) { in create_merged_key()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_keymgmt_util_export_to_provider.pod | 39 helper for L<EVP_PKEY_todata(3)>.
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 415 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params) in EVP_PKEY_todata() function
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 1314 DEPEND[html/man3/EVP_PKEY_todata.html]=man3/EVP_PKEY_todata.pod 1315 GENERATE[html/man3/EVP_PKEY_todata.html]=man3/EVP_PKEY_todata.pod 1316 DEPEND[man/man3/EVP_PKEY_todata.3]=man3/EVP_PKEY_todata.pod 1317 GENERATE[man/man3/EVP_PKEY_todata.3]=man3/EVP_PKEY_todata.pod 3114 html/man3/EVP_PKEY_todata.html \ 3722 man/man3/EVP_PKEY_todata.3 \
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1942 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4752 EVP_PKEY_todata;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 210 MAN+= EVP_PKEY_todata.3 2135 MLINKS+= EVP_PKEY_todata.3 EVP_PKEY_export.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5368 EVP_PKEY_todata 5496 3_0_0 EXIST::FUNCTION:
|