Searched defs:caam_export_state (Results 1 – 2 of 2) sorted by relevance
129 struct caam_export_state { struct130 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];131 u8 caam_ctx[MAX_CTX_LEN];132 int buflen;133 int (*update)(struct ahash_request *req);134 int (*final)(struct ahash_request *req);135 int (*finup)(struct ahash_request *req);
3090 struct caam_export_state { struct3091 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];3092 u8 caam_ctx[MAX_CTX_LEN];3093 int buflen;3094 int (*update)(struct ahash_request *req);3095 int (*final)(struct ahash_request *req);3096 int (*finup)(struct ahash_request *req);