Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-aes-ecb.c73 rc = nx_build_sg_lists(nx_ctx, NULL, req->dst, req->src, in ecb_aes_nx_crypt()
Dnx-aes-cbc.c73 rc = nx_build_sg_lists(nx_ctx, req->iv, req->dst, req->src, in cbc_aes_nx_crypt()
Dnx-aes-ctr.c86 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src, in ctr_aes_nx_crypt()
Dnx.h159 int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, const u8 *iv,
Dnx-aes-ccm.c367 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src, in ccm_nx_decrypt()
436 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src, in ccm_nx_encrypt()
Dnx-aes-gcm.c357 rc = nx_build_sg_lists(nx_ctx, rctx->iv, req->dst, in gcm_aes_nx_crypt()
Dnx.c259 int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, in nx_build_sg_lists() function