Home
last modified time | relevance | path

Searched refs:crypto_clone_tfm (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/crypto/
Dinternal.h127 void *crypto_clone_tfm(const struct crypto_type *frontend,
Dapi.c543 void *crypto_clone_tfm(const struct crypto_type *frontend, in crypto_clone_tfm() function
567 EXPORT_SYMBOL_GPL(crypto_clone_tfm);
Dahash.c558 nhash = crypto_clone_tfm(&crypto_ahash_type, tfm); in crypto_clone_ahash()
Dshash.c603 nhash = crypto_clone_tfm(&crypto_shash_type, tfm); in crypto_clone_shash()