Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDgenpkey.c334 ENGINE *tmpeng = NULL; in init_gen_str() local
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); in init_gen_str()
358 if (tmpeng) in init_gen_str()
359 ENGINE_finish(tmpeng); in init_gen_str()
HDreq.c1538 ENGINE *tmpeng; local
1550 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len);
1559 if (tmpeng)
1560 ENGINE_finish(tmpeng);
1607 ENGINE *tmpeng; local
1609 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type);
1617 if (tmpeng)
1618 ENGINE_finish(tmpeng);
/NextBSD/crypto/openssl/ssl/
HDssl_ciph.c391 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local
393 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1); in get_optional_pkey_id()
399 if (tmpeng) in get_optional_pkey_id()
400 ENGINE_finish(tmpeng); in get_optional_pkey_id()