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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dgenpkey.c368 ENGINE *tmpeng = NULL; local
377 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
394 if (tmpeng)
395 ENGINE_finish(tmpeng);
H A 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);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c340 ENGINE *tmpeng = NULL; local
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng,pkey_name,-1);
347 if (tmpeng) ENGINE_finish(tmpeng);

Completed in 198 milliseconds