Home
last modified time | relevance | path

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

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