Searched refs:ahash_req_ctx (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/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 | 89 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, struct cc_hash_ctx *ctx, 103 static int cc_map_result(struct device *dev, struct ahash_req_ctx *state, in cc_map_result() 121 static void cc_init_req(struct device *dev, struct ahash_req_ctx *state, in cc_init_req() 163 static int cc_map_req(struct device *dev, struct ahash_req_ctx *state, in cc_map_req() 228 static void cc_unmap_req(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_req() 254 static void cc_unmap_result(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_result() 271 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_update_complete() 285 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_digest_complete() 301 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_hash_complete() 317 struct ahash_req_ctx *state = ahash_request_ctx(req); in cc_fin_result() [all …]
|
| D | cc_buffer_mgr.c | 423 static int cc_set_hash_buf(struct device *dev, struct ahash_req_ctx *areq_ctx, in cc_set_hash_buf() 1382 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_map_hash_request_final() 1461 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_map_hash_request_update() 1571 struct ahash_req_ctx *areq_ctx = (struct ahash_req_ctx *)ctx; in cc_unmap_hash_request()
|