Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/apps/
H A Dgenpkey.c258 ENGINE *tmpeng = NULL; in init_gen_str() local
266 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); in init_gen_str()
282 ENGINE_finish(tmpeng); in init_gen_str()
H A Dreq.c1475 ENGINE *tmpeng; in set_keygen_ctx() local
1487 ameth = EVP_PKEY_asn1_find_str(&tmpeng, gstr, len); in set_keygen_ctx()
1496 ENGINE_finish(tmpeng); in set_keygen_ctx()
1546 ENGINE *tmpeng; in set_keygen_ctx() local
1549 ameth = EVP_PKEY_asn1_find(&tmpeng, *pkey_type); in set_keygen_ctx()
1557 ENGINE_finish(tmpeng); in set_keygen_ctx()
/freebsd-13.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()