Searched refs:tmpeng (Results 1 – 3 of 3) sorted by relevance
368 ENGINE *tmpeng = NULL; in init_gen_str() local377 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); in init_gen_str()394 if (tmpeng) in init_gen_str()395 ENGINE_finish(tmpeng); in init_gen_str()
1607 ENGINE *tmpeng; local1618 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);1629 if (tmpeng)1630 ENGINE_finish(tmpeng);1688 ENGINE *tmpeng; local1690 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);1699 if (tmpeng)1700 ENGINE_finish(tmpeng);
340 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local342 ameth = EVP_PKEY_asn1_find_str(&tmpeng,pkey_name,-1); in get_optional_pkey_id()347 if (tmpeng) ENGINE_finish(tmpeng); in get_optional_pkey_id()