Home
last modified time | relevance | path

Searched refs:ahash_req_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/ccree/
Dcc_hash.h37 struct ahash_req_ctx { struct
59 static inline u32 *cc_hash_buf_cnt(struct ahash_req_ctx *state) in cc_hash_buf_cnt() argument
64 static inline u8 *cc_hash_buf(struct ahash_req_ctx *state) in cc_hash_buf()
69 static inline u32 *cc_next_buf_cnt(struct ahash_req_ctx *state) in cc_next_buf_cnt()
74 static inline u8 *cc_next_buf(struct ahash_req_ctx *state) in cc_next_buf()
Dcc_hash.c96 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, struct cc_hash_ctx *ctx,
110 static int cc_map_result(struct device *dev, struct ahash_req_ctx *state, in cc_map_result()
128 static void cc_init_req(struct device *dev, struct ahash_req_ctx *state, in cc_init_req()
171 static int cc_map_req(struct device *dev, struct ahash_req_ctx *state, in cc_map_req()
236 static void cc_unmap_req(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_req()
262 static void cc_unmap_result(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_result()
279 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_update_complete()
297 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_digest_complete()
317 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_hash_complete()
337 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_fin_result()
[all …]
Dcc_buffer_mgr.c354 static int cc_set_hash_buf(struct device *dev, struct ahash_req_ctx *areq_ctx, in cc_set_hash_buf()
1208 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_map_hash_request_final()
1289 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_map_hash_request_update()
1400 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_unmap_hash_request()