Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qce/
Dcipher.h42 struct qce_cipher_reqctx { struct
43 unsigned long flags;
44 u8 *iv;
45 unsigned int ivsize;
46 int src_nents;
47 int dst_nents;
48 struct scatterlist result_sg;
49 struct sg_table dst_tbl;
50 struct scatterlist *dst_sg;
51 struct sg_table src_tbl;
[all …]