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

/netbsd-current/crypto/external/bsd/openssl/dist/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);
/netbsd-current/crypto/external/bsd/openssl/dist/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)
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dgenpkey.c258 ENGINE *tmpeng = NULL; local
266 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
282 ENGINE_finish(tmpeng);
H A Dreq.c1475 ENGINE *tmpeng; local
1487 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);
1496 ENGINE_finish(tmpeng);
1546 ENGINE *tmpeng; local
1549 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);
1557 ENGINE_finish(tmpeng);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c337 ENGINE *tmpeng = NULL; local
339 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1);
345 ENGINE_finish(tmpeng);
/netbsd-current/crypto/external/bsd/openssl/dist/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 195 milliseconds