Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dskcipher.h29 struct skcipher_request { struct
30 unsigned int cryptlen;
32 u8 *iv;
34 struct scatterlist *src;
58 int (*encrypt)(struct skcipher_request *req); argument