Searched refs:__crypto_alloc_tfm (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/ |
D | crypto_compat.h | 46 tfm = __crypto_alloc_tfm(alg, flags); in crypto_alloc_tfm()
|
/linux-2.6.39/crypto/ |
D | api.c | 357 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() function 391 EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); 429 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_base()
|
D | internal.h | 90 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
|
D | aead.c | 485 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_aead()
|
D | ablkcipher.c | 631 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_alloc_ablkcipher()
|
D | algapi.c | 604 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()
|