Home
last modified time | relevance | path

Searched refs:EVP_PKEY_export (Results 1 – 9 of 9) 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.c3276 && TEST_int_eq(EVP_PKEY_export(NULL, EVP_PKEY_KEYPAIR, in test_pkey_export_null()
3279 && TEST_int_eq(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, NULL, NULL), 0); in test_pkey_export_null()
3296 || !TEST_true(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
3298 || !TEST_false(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
3310 || !TEST_true(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
3312 || !TEST_false(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c416 return EVP_PKEY_export(pkey, selection, ossl_pkey_todata_cb, params); in EVP_PKEY_todata()
435 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection, in EVP_PKEY_export() function
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dmlx_kmgmt.c237 if (!EVP_PKEY_export(pkey, selection, export_sub_cb, (void *)sub_arg)) in export_sub()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2051 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 DMakefile2479 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.md2337 called through `EVP_PKEY_export()`.