Home
last modified time | relevance | path

Searched refs:EVP_PKEY_export (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_todata.pod5 EVP_PKEY_todata, EVP_PKEY_export
13 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection,
26 EVP_PKEY_export() is similar to EVP_PKEY_todata() but uses a callback
40 EVP_PKEY_todata() and EVP_PKEY_export() return 1 for success and 0 for failure.
/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c1100 && TEST_int_eq(EVP_PKEY_export(NULL, EVP_PKEY_KEYPAIR, in test_pkey_export_null()
1102 && TEST_int_eq(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, NULL, NULL), 0); in test_pkey_export_null()
1119 || !TEST_true(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
1121 || !TEST_false(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
1133 || !TEST_true(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
1135 || !TEST_false(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c419 return EVP_PKEY_export(pkey, selection, ossl_pkey_todata_cb, params); in EVP_PKEY_todata()
438 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection, in EVP_PKEY_export() function
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1943 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection,
/freebsd/secure/lib/libcrypto/
H A DVersion.map4704 EVP_PKEY_export;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2135 MLINKS+= EVP_PKEY_todata.3 EVP_PKEY_export.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5369 EVP_PKEY_export 5497 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md565 called through `EVP_PKEY_export()`.