Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dcipher.h44 struct qce_cipher_reqctx { struct
45 unsigned long flags;
46 u8 *iv;
47 unsigned int ivsize;
48 int src_nents;
49 int dst_nents;
50 bool src_chained;
51 bool dst_chained;
52 struct scatterlist result_sg;
53 struct sg_table dst_tbl;
[all …]