Searched refs:crypto_alloc_tfm (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/crypto/ |
D | pcompress.c | 96 return crypto_alloc_tfm(alg_name, &crypto_pcomp_type, type, mask); in crypto_alloc_pcomp()
|
D | internal.h | 99 void *crypto_alloc_tfm(const char *alg_name,
|
D | api.c | 540 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm() function 573 EXPORT_SYMBOL_GPL(crypto_alloc_tfm);
|
D | ahash.c | 542 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask); in crypto_alloc_ahash()
|
D | shash.c | 584 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask); in crypto_alloc_shash()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 29 #define crypto_alloc_tfm crypto_alloc_tfm_rsl macro 212 struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags);
|