Searched refs:tmpeng (Results 1 – 3 of 3) sorted by relevance
68 ENGINE *tmpeng = ENGINE_get_digest_engine(EVP_MD_get_type(md)); in ossl_asn1_item_digest_ex() local70 if (tmpeng != NULL) in ossl_asn1_item_digest_ex()71 ENGINE_finish(tmpeng); in ossl_asn1_item_digest_ex()
141 ENGINE *tmpeng = NULL; in get_legacy_pkey_id() local145 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()
299 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local301 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1); in get_optional_pkey_id()307 tls_engine_finish(tmpeng); in get_optional_pkey_id()
Completed in 14 milliseconds