Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c743 static int devcrypto_unload(ENGINE *e) in devcrypto_unload() function
784 || !ENGINE_set_destroy_function(e, devcrypto_unload)) { in engine_load_devcrypto_int()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c1266 static int devcrypto_unload(ENGINE *e) in devcrypto_unload() function
1282 || !ENGINE_set_destroy_function(e, devcrypto_unload) in bind_devcrypto()