Lines Matching defs:skcipher_edesc
923 struct skcipher_edesc { struct924 int src_nents;925 int dst_nents;926 int mapped_src_nents;927 int mapped_dst_nents;928 dma_addr_t iv_dma;929 int sec4_sg_bytes;930 bool bklog;931 dma_addr_t sec4_sg_dma;932 struct sec4_sg_entry *sec4_sg;933 u32 hw_desc[];