Searched defs:caam_export_state (Results 1 – 2 of 2) sorted by relevance
124 struct caam_export_state { struct125 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];126 u8 caam_ctx[MAX_CTX_LEN];127 int buflen;128 int (*update)(struct ahash_request *req);129 int (*final)(struct ahash_request *req);130 int (*finup)(struct ahash_request *req);
3079 struct caam_export_state { struct3080 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE];3081 u8 caam_ctx[MAX_CTX_LEN];3082 int buflen;3083 int (*update)(struct ahash_request *req);3084 int (*final)(struct ahash_request *req);3085 int (*finup)(struct ahash_request *req);