Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dengine.c141 ENGINE *tmpeng = NULL; in get_legacy_pkey_id() local
145 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); in get_legacy_pkey_id()
148 ENGINE_finish(tmpeng); in get_legacy_pkey_id()
155 if (tmpeng == NULL) in get_legacy_pkey_id()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_digest.c70 ENGINE *tmpeng = ENGINE_get_digest_engine(EVP_MD_get_type(md)); in ossl_asn1_item_digest_ex() local
72 if (tmpeng != NULL) in ossl_asn1_item_digest_ex()
73 ENGINE_finish(tmpeng); in ossl_asn1_item_digest_ex()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c308 ENGINE *tmpeng = NULL; in get_optional_pkey_id() local
310 ameth = EVP_PKEY_asn1_find_str(&tmpeng, pkey_name, -1); in get_optional_pkey_id()
316 tls_engine_finish(tmpeng); in get_optional_pkey_id()