Searched refs:nx_build_sg_list (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-aes-xcbc.c | 93 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) keys, &len, in nx_xcbc_empty() 99 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *) keys, &len, in nx_xcbc_empty() 121 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) keys[1], &len, in nx_xcbc_empty() 128 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, in nx_xcbc_empty() 216 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *)sctx->state, in nx_xcbc_update() 244 in_sg = nx_build_sg_list(nx_ctx->in_sg, in nx_xcbc_update() 255 in_sg = nx_build_sg_list(in_sg, in nx_xcbc_update() 339 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *)sctx->buffer, in nx_xcbc_final() 348 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, in nx_xcbc_final()
|
D | nx-sha256.c | 105 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *)sctx->state, in nx_sha256_update() 120 in_sg = nx_build_sg_list(in_sg, in nx_sha256_update() 144 in_sg = nx_build_sg_list(in_sg, (u8 *) data, in nx_sha256_update() 223 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) sctx->buf, in nx_sha256_final() 232 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, max_sg_len); in nx_sha256_final()
|
D | nx-sha512.c | 105 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *)sctx->state, in nx_sha512_update() 120 in_sg = nx_build_sg_list(in_sg, in nx_sha512_update() 143 in_sg = nx_build_sg_list(in_sg, (u8 *) data, in nx_sha512_update() 232 in_sg = nx_build_sg_list(nx_ctx->in_sg, sctx->buf, &len, in nx_sha512_final() 241 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len, in nx_sha512_final()
|
D | nx.h | 167 struct nx_sg *nx_build_sg_list(struct nx_sg *, u8 *, unsigned int *, u32);
|
D | nx-aes-ccm.c | 251 nx_insg = nx_build_sg_list(nx_insg, b1, &len, nx_ctx->ap->sglen); in generate_pat() 256 nx_outsg = nx_build_sg_list(nx_outsg, tmp, &len, in generate_pat()
|
D | nx-aes-gcm.c | 282 in_sg = nx_build_sg_list(nx_ctx->in_sg, (u8 *) desc->info, in gcm_empty() 289 out_sg = nx_build_sg_list(nx_ctx->out_sg, (u8 *) out, &len, in gcm_empty()
|
D | nx.c | 91 struct nx_sg *nx_build_sg_list(struct nx_sg *sg_head, in nx_build_sg_list() function 197 nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst)); in nx_walk_and_build()
|