Searched defs:crypto_tfm (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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-4.4.14/include/linux/ |
D | crypto.h | 549 struct crypto_tfm { struct 561 void (*exit)(struct crypto_tfm *tfm); argument 569 struct crypto_tfm base; argument
|