Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/apps/
H A Dgenpkey.c256 ENGINE *tmpeng = NULL; in init_gen_str() local
264 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); in init_gen_str()
280 ENGINE_finish(tmpeng); in init_gen_str()
H A Dreq.c1470 ENGINE *tmpeng; in set_keygen_ctx() local
1482 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len); in set_keygen_ctx()
1491 ENGINE_finish(tmpeng); in set_keygen_ctx()
1541 ENGINE *tmpeng; in set_keygen_ctx() local
1544 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type); in set_keygen_ctx()
1552 ENGINE_finish(tmpeng); in set_keygen_ctx()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_ciph.c337 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local
339 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1); in get_optional_pkey_id()
345 ENGINE_finish(tmpeng); in get_optional_pkey_id()