nx_crypto_ctx      25 drivers/crypto/nx/nx-aes-cbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx      59 drivers/crypto/nx/nx-aes-cbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm);
nx_crypto_ctx     124 drivers/crypto/nx/nx-aes-cbc.c 	.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      27 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&tfm->base);
nx_crypto_ctx      57 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&tfm->base);
nx_crypto_ctx     158 drivers/crypto/nx/nx-aes-ccm.c 			struct nx_crypto_ctx *nx_ctx,
nx_crypto_ctx     333 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
nx_crypto_ctx     411 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
nx_crypto_ctx     482 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
nx_crypto_ctx     512 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
nx_crypto_ctx     552 drivers/crypto/nx/nx-aes-ccm.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx     572 drivers/crypto/nx/nx-aes-ccm.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      26 drivers/crypto/nx/nx-aes-ctr.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx      58 drivers/crypto/nx/nx-aes-ctr.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx      77 drivers/crypto/nx/nx-aes-ctr.c 	struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm);
nx_crypto_ctx     121 drivers/crypto/nx/nx-aes-ctr.c 	struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm);
nx_crypto_ctx     141 drivers/crypto/nx/nx-aes-ctr.c 	.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      25 drivers/crypto/nx/nx-aes-ecb.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx      59 drivers/crypto/nx/nx-aes-ecb.c 	struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm);
nx_crypto_ctx     125 drivers/crypto/nx/nx-aes-ecb.c 	.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      27 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx = crypto_aead_ctx(tfm);
nx_crypto_ctx      66 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx = crypto_aead_ctx(tfm);
nx_crypto_ctx      99 drivers/crypto/nx/nx-aes-gcm.c static int nx_gca(struct nx_crypto_ctx  *nx_ctx,
nx_crypto_ctx     173 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx =
nx_crypto_ctx     247 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx =
nx_crypto_ctx     312 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx =
nx_crypto_ctx     442 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx =
nx_crypto_ctx     459 drivers/crypto/nx/nx-aes-gcm.c 	struct nx_crypto_ctx *nx_ctx =
nx_crypto_ctx     485 drivers/crypto/nx/nx-aes-gcm.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx     503 drivers/crypto/nx/nx-aes-gcm.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      32 drivers/crypto/nx/nx-aes-xcbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc);
nx_crypto_ctx      61 drivers/crypto/nx/nx-aes-xcbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     140 drivers/crypto/nx/nx-aes-xcbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx     170 drivers/crypto/nx/nx-aes-xcbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     295 drivers/crypto/nx/nx-aes-xcbc.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     375 drivers/crypto/nx/nx-aes-xcbc.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      22 drivers/crypto/nx/nx-sha256.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx      60 drivers/crypto/nx/nx-sha256.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     179 drivers/crypto/nx/nx-sha256.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     279 drivers/crypto/nx/nx-sha256.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      21 drivers/crypto/nx/nx-sha512.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx      60 drivers/crypto/nx/nx-sha512.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     182 drivers/crypto/nx/nx-sha512.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&desc->tfm->base);
nx_crypto_ctx     285 drivers/crypto/nx/nx-sha512.c 		.cra_ctxsize     = sizeof(struct nx_crypto_ctx),
nx_crypto_ctx      40 drivers/crypto/nx/nx.c int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx,
nx_crypto_ctx     258 drivers/crypto/nx/nx.c int nx_build_sg_lists(struct nx_crypto_ctx  *nx_ctx,
nx_crypto_ctx     305 drivers/crypto/nx/nx.c void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function)
nx_crypto_ctx     652 drivers/crypto/nx/nx.c static int nx_crypto_ctx_init(struct nx_crypto_ctx *nx_ctx, u32 fc, u32 mode)
nx_crypto_ctx     746 drivers/crypto/nx/nx.c 	struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
nx_crypto_ctx     757 drivers/crypto/nx/nx.c 	struct nx_crypto_ctx *nx_ctx = crypto_aead_ctx(tfm);
nx_crypto_ctx     154 drivers/crypto/nx/nx.h void nx_ctx_init(struct nx_crypto_ctx *nx_ctx, unsigned int function);
nx_crypto_ctx     155 drivers/crypto/nx/nx.h int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
nx_crypto_ctx     158 drivers/crypto/nx/nx.h int nx_build_sg_lists(struct nx_crypto_ctx *, struct blkcipher_desc *,