Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h179 struct blkcipher_desc { struct
180 struct crypto_blkcipher *tfm;
181 void *info;
182 u32 flags;
/Linux-v5.4/crypto/
Dskcipher.c621 int (*crypt)(struct blkcipher_desc *, in skcipher_crypt_blkcipher()