Home
last modified time | relevance | path

Searched refs:pcleanup (Results 1 – 5 of 5) sorted by relevance

/openssl-master/engines/
A De_dasync.c838 static void (*pcleanup)(EVP_PKEY_CTX *ctx); in dasync_rsa_cleanup() local
840 if (pcleanup == NULL) in dasync_rsa_cleanup()
841 EVP_PKEY_meth_get_cleanup(dasync_rsa_orig, &pcleanup); in dasync_rsa_cleanup()
842 pcleanup(ctx); in dasync_rsa_cleanup()
/openssl-master/crypto/evp/
A Dpmeth_lib.c1857 void (**pcleanup) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_cleanup()
1859 *pcleanup = pmeth->cleanup; in EVP_PKEY_meth_get_cleanup()
/openssl-master/test/
A Devp_extra_test.c3808 void (*pcleanup)(EVP_PKEY_CTX *ctx); in custom_pmeth_cleanup() local
3810 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup); in custom_pmeth_cleanup()
3811 pcleanup(ctx); in custom_pmeth_cleanup()
/openssl-master/doc/man3/
A DEVP_PKEY_meth_new.pod151 void (**pcleanup) (EVP_PKEY_CTX *ctx));
/openssl-master/include/openssl/
A Devp.h2072 (const EVP_PKEY_METHOD *pmeth, void (**pcleanup) (EVP_PKEY_CTX *ctx));

Completed in 23 milliseconds