Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/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-4.1.27/include/linux/
Dcrypto.h672 struct crypto_tfm { struct
686 void (*exit)(struct crypto_tfm *tfm); argument
694 struct crypto_tfm base; argument