Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_lib.c213 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() function
H A Deng_openssl.c90 || !ENGINE_set_destroy_function(e, openssl_destroy) in bind_helper()
H A Deng_devcrypto.c766 || !ENGINE_set_destroy_function(e, devcrypto_unload)) { in engine_load_devcrypto_int()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dengine.h475 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/freebsd-12.1/crypto/openssl/engines/
H A De_ossltest.c315 || !ENGINE_set_destroy_function(e, ossltest_destroy) in bind_ossltest()
H A De_dasync.c214 || !ENGINE_set_destroy_function(e, dasync_destroy) in bind_dasync()
H A De_afalg.c719 || !ENGINE_set_destroy_function(e, afalg_destroy) in bind_afalg()
H A De_capi.c545 || !ENGINE_set_destroy_function(e, capi_destroy) in bind_capi()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DENGINE_add.pod30 ENGINE_set_default_string, ENGINE_set_destroy_function,
122 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map1317 ENGINE_set_destroy_function;
H A DMakefile.man1318 MLINKS+= ENGINE_add.3 ENGINE_set_destroy_function.3