Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c430 static int devcrypto_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in devcrypto_ciphers() function
837 || !ENGINE_set_ciphers(e, devcrypto_ciphers) in engine_load_devcrypto_int()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c580 static int devcrypto_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in devcrypto_ciphers() function
1292 return (ENGINE_set_ciphers(e, devcrypto_ciphers) in bind_devcrypto()