Searched refs:map_seq_out_ptr_ctx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamhash.c | 146 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() function 1131 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_digest() 1179 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_final_no_ctx() 1284 ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len); in ahash_update_no_ctx() 1375 ret = map_seq_out_ptr_ctx(desc, jrdev, state, digestsize); in ahash_finup_no_ctx() 1464 ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len); in ahash_update_first()
|