Searched defs:ocs_aes_rctx (Results 1 – 1 of 1) sorted by relevance
81 struct ocs_aes_rctx { struct83 enum ocs_instruction instruction;84 enum ocs_mode mode;85 int src_nents;86 int dst_nents;87 int src_dma_count;88 int dst_dma_count;89 bool in_place;90 struct ocs_dll_desc src_dll;91 struct ocs_dll_desc dst_dll;[all …]