Searched refs:nx_build_sg_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/crypto/nx/ |
D | nx-aes-xcbc.c | 81 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) keys, &len, in nx_xcbc_empty() 87 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *) keys, &len, in nx_xcbc_empty() 108 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) keys[1], &len, in nx_xcbc_empty() 115 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, in nx_xcbc_empty() 202 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *)sctx->state, in nx_xcbc_update() 230 in_sg = nx_build_sg_list(nx_ctx->in_sg, in nx_xcbc_update() 241 in_sg = nx_build_sg_list(in_sg, in nx_xcbc_update() 324 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *)sctx->buffer, in nx_xcbc_final() 333 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, in nx_xcbc_final()
|
D | nx-sha256.c | 98 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *)sctx->state, in nx_sha256_update() 113 in_sg = nx_build_sg_list(in_sg, in nx_sha256_update() 137 in_sg = nx_build_sg_list(in_sg, (u8 *) data, in nx_sha256_update() 215 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) sctx->buf, in nx_sha256_final() 224 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, max_sg_len); in nx_sha256_final()
|
D | nx-sha512.c | 98 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *)sctx->state, in nx_sha512_update() 113 in_sg = nx_build_sg_list(in_sg, in nx_sha512_update() 136 in_sg = nx_build_sg_list(in_sg, (u8 *) data, in nx_sha512_update() 224 in_sg = nx_build_sg_list(nx_ctx->in_sg, sctx->buf, &len, in nx_sha512_final() 233 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, in nx_sha512_final()
|
D | nx.h | 158 struct nx_sg *nx_build_sg_list(struct nx_sg *, u8 *, unsigned int *, u32);
|
D | nx-aes-ccm.c | 236 nx_insg = nx_build_sg_list(nx_insg, b1, &len, nx_ctx->ap->sglen); in generate_pat() 241 nx_outsg = nx_build_sg_list(nx_outsg, tmp, &len, in generate_pat()
|
D | nx-aes-gcm.c | 269 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) iv, in gcm_empty() 276 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *) out, &len, in gcm_empty()
|
D | nx.c | 78 struct nx_sg *nx_build_sg_list(struct nx_sg *sg_head, in nx_build_sg_list() function 184 nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst)); in nx_walk_and_build()
|