Home
last modified time | relevance | path

Searched defs:crypto_tfm (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h186 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/
Drtl_crypto.h189 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/
Dxts.c95 void (*tw)(struct crypto_tfm *, u8 *, const u8 *), in crypt()
96 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypt()
Dcipher.c63 static void cipher_crypt_unaligned(void (*fn)(struct crypto_tfm *, u8 *, in cipher_crypt_unaligned()
Decb.c44 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypto_ecb_crypt()
Dlrw.c140 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypt()
/linux-3.3/include/linux/
Dcrypto.h405 struct crypto_tfm { struct
419 void (*exit)(struct crypto_tfm *tfm); argument
427 struct crypto_tfm base; argument