Symbol: nx_crypto_ctx
drivers/crypto/nx/nx-aes-cbc.c
118
.base.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-cbc.c
27
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-cbc.c
59
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-ccm.c
155
struct nx_crypto_ctx *nx_ctx,
drivers/crypto/nx/nx-aes-ccm.c
27
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/nx/nx-aes-ccm.c
328
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
405
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
475
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
499
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
528
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-ccm.c
548
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-ccm.c
57
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/nx/nx-aes-ctr.c
120
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-ctr.c
136
.base.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-ctr.c
28
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-ctr.c
60
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-ctr.c
77
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-ecb.c
118
.base.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-ecb.c
27
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-ecb.c
59
struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/nx/nx-aes-gcm.c
169
struct nx_crypto_ctx *nx_ctx =
drivers/crypto/nx/nx-aes-gcm.c
242
struct nx_crypto_ctx *nx_ctx =
drivers/crypto/nx/nx-aes-gcm.c
27
struct nx_crypto_ctx *nx_ctx = crypto_aead_ctx(tfm);
drivers/crypto/nx/nx-aes-gcm.c
307
struct nx_crypto_ctx *nx_ctx =
drivers/crypto/nx/nx-aes-gcm.c
433
struct nx_crypto_ctx *nx_ctx =
drivers/crypto/nx/nx-aes-gcm.c
450
struct nx_crypto_ctx *nx_ctx =
drivers/crypto/nx/nx-aes-gcm.c
471
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-gcm.c
489
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-gcm.c
66
struct nx_crypto_ctx *nx_ctx = crypto_aead_ctx(tfm);
drivers/crypto/nx/nx-aes-gcm.c
99
static int nx_gca(struct nx_crypto_ctx *nx_ctx,
drivers/crypto/nx/nx-aes-xcbc.c
139
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(tfm);
drivers/crypto/nx/nx-aes-xcbc.c
168
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-aes-xcbc.c
247
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-aes-xcbc.c
31
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc);
drivers/crypto/nx/nx-aes-xcbc.c
329
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-aes-xcbc.c
60
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha256.c
144
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha256.c
258
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-sha256.c
29
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(tfm);
drivers/crypto/nx/nx-sha256.c
65
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha512.c
148
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha512.c
263
.cra_ctxsize = sizeof(struct nx_crypto_ctx),
drivers/crypto/nx/nx-sha512.c
29
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(tfm);
drivers/crypto/nx/nx-sha512.c
66
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx.c
235
int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx,
drivers/crypto/nx/nx.c
282
void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function)
drivers/crypto/nx/nx.c
40
int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx,
drivers/crypto/nx/nx.c
630
static int nx_crypto_ctx_init(struct nx_crypto_ctx *nx_ctx, u32 fc, u32 mode)
drivers/crypto/nx/nx.c
724
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/nx/nx.c
740
struct nx_crypto_ctx *nx_ctx = crypto_aead_ctx(tfm);
drivers/crypto/nx/nx.h
160
void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function);
drivers/crypto/nx/nx.h
161
int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
drivers/crypto/nx/nx.h
164
int nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, const u8 *iv,