Searched refs:nx_build_sg_lists (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/crypto/nx/
H A Dnx-aes-cbc.c73 rc = nx_build_sg_lists(nx_ctx, req->iv, req->dst, req->src,
H A Dnx-aes-ecb.c73 rc = nx_build_sg_lists(nx_ctx, NULL, req->dst, req->src,
H A Dnx-aes-ctr.c86 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src,
H A Dnx.h159 int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, const u8 *iv,
H A Dnx-aes-ccm.c367 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src,
436 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src,
H A Dnx-aes-gcm.c357 rc = nx_build_sg_lists(nx_ctx, rctx->iv, req->dst,
H A Dnx.c243 * nx_build_sg_lists - walk the input scatterlists and build arrays of NX
259 int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, function

Completed in 297 milliseconds