Home
last modified time | relevance | path

Searched refs:EVP_PKEY_todata (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_todata.pod5 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 DEVP_PKEY_fromdata.pod83 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 Devp_extra_test2.c293 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, &params), 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 Devp.pod35 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 DEVP_PKEY-EC.pod116 EVP_PKEY_fromdata() and EVP_PKEY_todata() functions.
119 encoding the exported value via EVP_PKEY_todata() depends on the underlying
H A DEVP_PKEY-DH.pod240 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 Dmigration_guide.pod1035 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 DEVP_PKEY_DSA_paramvalidate.c68 if (EVP_PKEY_todata(dsaparams, EVP_PKEY_KEY_PARAMETERS, &loadedparams) <= 0) { in create_merged_key()
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod39 helper for L<EVP_PKEY_todata(3)>.
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c415 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params) in EVP_PKEY_todata() function
/freebsd/crypto/openssl/doc/
H A Dbuild.info1314 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 Devp.h1942 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4752 EVP_PKEY_todata;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile210 MAN+= EVP_PKEY_todata.3
2135 MLINKS+= EVP_PKEY_todata.3 EVP_PKEY_export.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5368 EVP_PKEY_todata 5496 3_0_0 EXIST::FUNCTION: