Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/engines/
H A De_dasync.c45 static int dasync_destroy(ENGINE *e);
214 || !ENGINE_set_destroy_function(e, dasync_destroy) in bind_dasync()
338 static int dasync_destroy(ENGINE *e) in dasync_destroy() function