Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_dasync.c885 static void (*pcleanup)(EVP_PKEY_CTX *ctx); in dasync_rsa_cleanup() local
887 if (pcleanup == NULL) in dasync_rsa_cleanup()
888 EVP_PKEY_meth_get_cleanup(dasync_rsa_orig, &pcleanup); in dasync_rsa_cleanup()
889 pcleanup(ctx); in dasync_rsa_cleanup()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1864 void (**pcleanup)(EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_cleanup()
1866 *pcleanup = pmeth->cleanup; in EVP_PKEY_meth_get_cleanup()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod151 void (**pcleanup) (EVP_PKEY_CTX *ctx));
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c5491 void (*pcleanup)(EVP_PKEY_CTX *ctx); in custom_pmeth_cleanup() local
5493 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup); in custom_pmeth_cleanup()
5494 pcleanup(ctx); in custom_pmeth_cleanup()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2154 OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_get_cleanup(const EVP_PKEY_METHOD *pmeth, void (**pcleanup