Searched defs:caam_export_state (Results 1 – 2 of 2) sorted by relevance
121 struct caam_export_state { struct122 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];123 u8 caam_ctx[MAX_CTX_LEN];124 int buflen;125 int (*update)(struct ahash_request *req);126 int (*final)(struct ahash_request *req);127 int (*finup)(struct ahash_request *req);
3012 struct caam_export_state { struct3013 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];3014 u8 caam_ctx[MAX_CTX_LEN];3015 int buflen;3016 int (*update)(struct ahash_request *req);3017 int (*final)(struct ahash_request *req);3018 int (*finup)(struct ahash_request *req);