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()
1620 ENGINE *tmpeng; local1631 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);1642 if (tmpeng)1643 ENGINE_finish(tmpeng);1701 ENGINE *tmpeng; local1703 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);1712 if (tmpeng)1713 ENGINE_finish(tmpeng);
351 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local353 ameth = EVP_PKEY_asn1_find_str(&tmpeng,pkey_name,-1); in get_optional_pkey_id()358 if (tmpeng) ENGINE_finish(tmpeng); in get_optional_pkey_id()