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);
3088 struct caam_export_state { struct3089 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];3090 u8 caam_ctx[MAX_CTX_LEN];3091 int buflen;3092 int (*update)(struct ahash_request *req);3093 int (*final)(struct ahash_request *req);3094 int (*finup)(struct ahash_request *req);