Searched defs:ccp_sha_engine (Results 1 – 1 of 1) sorted by relevance
260 struct ccp_sha_engine { struct261 enum ccp_sha_type type;263 struct scatterlist *ctx;264 u32 ctx_len; /* In bytes */266 struct scatterlist *src;267 u64 src_len; /* In bytes */269 struct scatterlist *opad;270 u32 opad_len; /* In bytes */272 u32 first; /* Indicates first sha cmd */273 u32 final; /* Indicates final sha cmd */[all …]