Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h593 struct crypto_tfm { struct
604 void (*exit)(struct crypto_tfm *tfm); argument
612 struct crypto_tfm base; argument
/Linux-v4.19/crypto/
Dcipher.c64 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()