Home
last modified time | relevance | path

Searched defs:blkcipher_desc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dcrypto.h193 struct blkcipher_desc { struct
194 struct crypto_blkcipher *tfm;
195 void *info;
196 u32 flags;
/Linux-v4.19/crypto/
Dskcipher.c608 int (*crypt)(struct blkcipher_desc *, in skcipher_crypt_blkcipher()