Home
last modified time | relevance | path

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

/external/openssl/apps/
Dgenpkey.c368 ENGINE *tmpeng = NULL; in init_gen_str() local
377 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()
Dreq.c1620 ENGINE *tmpeng; local
1631 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);
1642 if (tmpeng)
1643 ENGINE_finish(tmpeng);
1701 ENGINE *tmpeng; local
1703 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);
1712 if (tmpeng)
1713 ENGINE_finish(tmpeng);
/external/openssl/ssl/
Dssl_ciph.c351 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local
353 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()