Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c35 static OSSL_FUNC_keymgmt_gen_cleanup_fn dsa_gen_cleanup; variable
429 dsa_gen_cleanup(gctx); in dsa_gen_init()
624 static void dsa_gen_cleanup(void *genctx) in dsa_gen_cleanup() function
666 { OSSL_FUNC_KEYMGMT_GEN_CLEANUP, (void (*)(void))dsa_gen_cleanup },