Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds