Searched refs:nx_build_sg_lists (Results 1 – 7 of 7) sorted by relevance
/drivers/crypto/nx/ |
D | nx-aes-ecb.c | 73 rc = nx_build_sg_lists(nx_ctx, NULL, req->dst, req->src, in ecb_aes_nx_crypt()
|
D | nx-aes-cbc.c | 73 rc = nx_build_sg_lists(nx_ctx, req->iv, req->dst, req->src, in cbc_aes_nx_crypt()
|
D | nx-aes-ctr.c | 86 rc = nx_build_sg_lists(nx_ctx, iv, req->dst, req->src, in ctr_aes_nx_crypt()
|
D | nx.h | 159 int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, const u8 *iv,
|
D | nx-aes-ccm.c | 367 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()
|
D | nx-aes-gcm.c | 357 rc = nx_build_sg_lists(nx_ctx, rctx->iv, req->dst, in gcm_aes_nx_crypt()
|
D | nx.c | 259 int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, in nx_build_sg_lists() function
|