Symbol: nx_csbcpb
drivers/crypto/nx/nx-aes-cbc.c
28
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-cbc.c
60
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ccm.c
28
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ccm.c
29
struct nx_csbcpb *csbcpb_aead = nx_ctx->csbcpb_aead;
drivers/crypto/nx/nx-aes-ccm.c
329
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ccm.c
406
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ctr.c
29
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ctr.c
78
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ecb.c
28
struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-ecb.c
60
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-gcm.c
105
struct nx_csbcpb *csbcpb_aead = nx_ctx->csbcpb_aead;
drivers/crypto/nx/nx-aes-gcm.c
171
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-gcm.c
244
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-gcm.c
28
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-gcm.c
29
struct nx_csbcpb *csbcpb_aead = nx_ctx->csbcpb_aead;
drivers/crypto/nx/nx-aes-gcm.c
310
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-xcbc.c
140
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-xcbc.c
170
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-xcbc.c
249
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-xcbc.c
32
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-aes-xcbc.c
61
struct nx_csbcpb *csbcpb = nx_ctx->csbcpb;
drivers/crypto/nx/nx-common-pseries.c
313
struct nx_csbcpb *csbcpb;
drivers/crypto/nx/nx-common-pseries.c
443
struct nx_csbcpb *csbcpb;
drivers/crypto/nx/nx-common-pseries.c
96
struct nx_csbcpb csbcpb;
drivers/crypto/nx/nx-sha256.c
146
struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb;
drivers/crypto/nx/nx-sha256.c
67
struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb;
drivers/crypto/nx/nx-sha512.c
149
struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb;
drivers/crypto/nx/nx-sha512.c
68
struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb;
drivers/crypto/nx/nx.c
641
sizeof(struct nx_csbcpb);
drivers/crypto/nx/nx.c
644
sizeof(struct nx_csbcpb);
drivers/crypto/nx/nx.c
651
nx_ctx->csbcpb = (struct nx_csbcpb *)(round_up((u64)nx_ctx->kmem,
drivers/crypto/nx/nx.c
658
(struct nx_csbcpb *)((u8 *)nx_ctx->out_sg +
drivers/crypto/nx/nx.h
125
struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */
drivers/crypto/nx/nx.h
127
struct nx_csbcpb *csbcpb_aead; /* secondary csbcpb used by AEAD algs */