Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dccp.h284 struct ccp_sha_engine { struct
285 enum ccp_sha_type type;
287 struct scatterlist *ctx;
288 u32 ctx_len; /* In bytes */
290 struct scatterlist *src;
291 u64 src_len; /* In bytes */
293 struct scatterlist *opad;
294 u32 opad_len; /* In bytes */
296 u32 first; /* Indicates first sha cmd */
297 u32 final; /* Indicates final sha cmd */
[all …]
/kernel/linux/linux-6.6/include/linux/
Dccp.h285 struct ccp_sha_engine { struct
286 enum ccp_sha_type type;
288 struct scatterlist *ctx;
289 u32 ctx_len; /* In bytes */
291 struct scatterlist *src;
292 u64 src_len; /* In bytes */
294 struct scatterlist *opad;
295 u32 opad_len; /* In bytes */
297 u32 first; /* Indicates first sha cmd */
298 u32 final; /* Indicates final sha cmd */
[all …]