Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dpcompress.c96 return crypto_alloc_tfm(alg_name, &crypto_pcomp_type, type, mask); in crypto_alloc_pcomp()
Dinternal.h99 void *crypto_alloc_tfm(const char *alg_name,
Dapi.c540 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm() function
573 EXPORT_SYMBOL_GPL(crypto_alloc_tfm);
Dahash.c542 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask); in crypto_alloc_ahash()
Dshash.c584 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h29 #define crypto_alloc_tfm crypto_alloc_tfm_rsl macro
212 struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags);