Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_afalg.c79 static int afalg_destroy(ENGINE *e);
778 || !ENGINE_set_destroy_function(e, afalg_destroy) in bind_afalg()
815 afalg_destroy(e); in bind_helper()
928 static int afalg_destroy(ENGINE *e) in afalg_destroy() function