Home
last modified time | relevance | path

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

/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.
/openssl/test/
H A Devp_extra_test2.c1190 && TEST_int_eq(EVP_PKEY_export(NULL, EVP_PKEY_KEYPAIR, in test_pkey_export_null()
1192 && TEST_int_eq(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, NULL, NULL), 0); in test_pkey_export_null()
1209 || !TEST_true(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
1211 || !TEST_false(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
1223 || !TEST_true(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
1225 || !TEST_false(EVP_PKEY_export(pkey, EVP_PKEY_KEYPAIR, in test_pkey_export()
/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
/openssl/include/openssl/
H A Devp.h2003 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection,
/openssl/util/
H A Dlibcrypto.num5369 EVP_PKEY_export 5497 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md1474 called through `EVP_PKEY_export()`.

Completed in 81 milliseconds