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.c1607 ENGINE *tmpeng; local
1618 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);
1629 if (tmpeng)
1630 ENGINE_finish(tmpeng);
1688 ENGINE *tmpeng; local
1690 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);
1699 if (tmpeng)
1700 ENGINE_finish(tmpeng);
/external/openssl/ssl/
Dssl_ciph.c340 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local
342 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()