Searched refs:map_seq_out_ptr_ctx (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/crypto/caam/ |
| D | caamhash.c | 141 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() function 1123 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_digest() 1171 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_final_no_ctx() 1276 ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len); in ahash_update_no_ctx() 1367 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_finup_no_ctx() 1456 ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len); in ahash_update_first()
|