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