Searched refs:pcleanup (Results 1 – 5 of 5) sorted by relevance
901 static void (*pcleanup)(EVP_PKEY_CTX *ctx); in dasync_rsa_cleanup() local903 if (pcleanup == NULL) in dasync_rsa_cleanup()904 EVP_PKEY_meth_get_cleanup(dasync_rsa_orig, &pcleanup); in dasync_rsa_cleanup()905 pcleanup(ctx); in dasync_rsa_cleanup()
1860 void (**pcleanup) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_cleanup()1862 *pcleanup = pmeth->cleanup; in EVP_PKEY_meth_get_cleanup()
151 void (**pcleanup) (EVP_PKEY_CTX *ctx));
4894 void (*pcleanup)(EVP_PKEY_CTX *ctx); in custom_pmeth_cleanup() local4896 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup); in custom_pmeth_cleanup()4897 pcleanup(ctx); in custom_pmeth_cleanup()
2134 (const EVP_PKEY_METHOD *pmeth, void (**pcleanup) (EVP_PKEY_CTX *ctx));
Completed in 54 milliseconds