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