Searched refs:map_seq_out_ptr_ctx (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/crypto/caam/ |
| D | caamhash.c | 146 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() function 1130 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_digest() 1178 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_final_no_ctx() 1283 ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len); in ahash_update_no_ctx() 1374 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_finup_no_ctx() 1463 ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len); in ahash_update_first()
|