Searched refs:tmpeng (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_digest.c70 ENGINE *tmpeng = ENGINE_get_digest_engine(EVP_MD_get_type(md)); local
72 if (tmpeng != NULL)
73 ENGINE_finish(tmpeng);
/freebsd-current/crypto/openssl/apps/lib/
H A Dengine.c141 ENGINE *tmpeng = NULL; local
145 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
148 ENGINE_finish(tmpeng);
155 if (tmpeng == NULL)
/freebsd-current/crypto/openssl/ssl/
H A Dssl_ciph.c308 ENGINE *tmpeng = NULL; local
310 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1);
316 tls_engine_finish(tmpeng);

Completed in 95 milliseconds