Home
last modified time | relevance | path

Searched defs:caam_hash_state (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
Dcaamhash.c108 struct caam_hash_state { struct
109 dma_addr_t buf_dma;
110 dma_addr_t ctx_dma;
111 int ctx_dma_len;
112 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE] ____cacheline_aligned;
113 int buflen;
114 int next_buflen;
115 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned;
116 int (*update)(struct ahash_request *req) ____cacheline_aligned;
117 int (*final)(struct ahash_request *req);
[all …]
Dcaamalg_qi2.c3067 struct caam_hash_state { struct
3068 struct caam_request caam_req;
3069 dma_addr_t buf_dma;
3093 struct caam_hash_state *state) in buf_map_to_qm_sg() argument
/kernel/linux/linux-6.6/drivers/crypto/caam/
Dcaamhash.c113 struct caam_hash_state { struct
114 dma_addr_t buf_dma;
115 dma_addr_t ctx_dma;
116 int ctx_dma_len;
117 u8 buf[CAAM_MAX_HASH_BLOCK_SIZE] ____cacheline_aligned;
118 int buflen;
119 int next_buflen;
120 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned;
121 int (*update)(struct ahash_request *req) ____cacheline_aligned;
122 int (*final)(struct ahash_request *req);
[all …]
Dcaamalg_qi2.c3074 struct caam_hash_state { struct
3075 struct caam_request caam_req;
3076 dma_addr_t buf_dma;
3100 struct caam_hash_state *state) in buf_map_to_qm_sg() argument