Searched defs:crypto_tfm (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 186 struct crypto_tfm { struct 188 u32 crt_flags; 212 struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags); argument
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl_crypto.h | 189 struct crypto_tfm { struct 191 u32 crt_flags; 215 struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags); argument
|
/linux-3.3/crypto/ |
D | xts.c | 95 void (*tw)(struct crypto_tfm *, u8 *, const u8 *), in crypt() 96 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypt()
|
D | cipher.c | 63 static void cipher_crypt_unaligned(void (*fn)(struct crypto_tfm *, u8 *, in cipher_crypt_unaligned()
|
D | ecb.c | 44 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypto_ecb_crypt()
|
D | lrw.c | 140 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypt()
|
/linux-3.3/include/linux/ |
D | crypto.h | 405 struct crypto_tfm { struct 419 void (*exit)(struct crypto_tfm *tfm); argument 427 struct crypto_tfm base; argument
|