Searched refs:ahash_req_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/crypto/ccree/ |
D | cc_hash.h | 37 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()
|
D | cc_hash.c | 103 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, struct cc_hash_ctx *ctx, 117 static int cc_map_result(struct device *dev, struct ahash_req_ctx *state, in cc_map_result() 135 static void cc_init_req(struct device *dev, struct ahash_req_ctx *state, in cc_init_req() 178 static int cc_map_req(struct device *dev, struct ahash_req_ctx *state, in cc_map_req() 243 static void cc_unmap_req(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_req() 269 static void cc_unmap_result(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_result() 286 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_update_complete() 304 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_digest_complete() 324 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_hash_complete() 344 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_fin_result() [all …]
|
D | cc_buffer_mgr.c | 315 static int cc_set_hash_buf(struct device *dev, struct ahash_req_ctx *areq_ctx, in cc_set_hash_buf() 1145 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_map_hash_request_final() 1224 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_map_hash_request_update() 1334 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_unmap_hash_request()
|