Searched refs:tmpeng (Results 1 – 3 of 3) sorted by relevance
334 ENGINE *tmpeng = NULL; in init_gen_str() local342 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); in init_gen_str()358 if (tmpeng) in init_gen_str()359 ENGINE_finish(tmpeng); in init_gen_str()
1538 ENGINE *tmpeng; local1550 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);1559 if (tmpeng)1560 ENGINE_finish(tmpeng);1607 ENGINE *tmpeng; local1609 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);1617 if (tmpeng)1618 ENGINE_finish(tmpeng);
391 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local393 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1); in get_optional_pkey_id()399 if (tmpeng) in get_optional_pkey_id()400 ENGINE_finish(tmpeng); in get_optional_pkey_id()