Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c358 const IMPLEMENTATION *tmpimpl = sk_IMPLEMENTATION_value(alg->impls, i); in ossl_method_store_add() local
360 if (tmpimpl->provider == impl->provider in ossl_method_store_add()
361 && tmpimpl->properties == impl->properties) in ossl_method_store_add()
/freebsd/crypto/openssl/crypto/evp/
H A Ddigest.c148 ENGINE *tmpimpl = NULL; in evp_md_init_internal() local
215 tmpimpl = ENGINE_get_digest_engine(type->type); in evp_md_init_internal()
225 || tmpimpl != NULL in evp_md_init_internal()
304 impl = tmpimpl; in evp_md_init_internal()
H A Devp_enc.c90 ENGINE *tmpimpl = NULL; in evp_cipher_init_internal() local
128 tmpimpl = ENGINE_get_cipher_engine(cipher->nid); in evp_cipher_init_internal()
137 || tmpimpl != NULL in evp_cipher_init_internal()
315 impl = tmpimpl; in evp_cipher_init_internal()