Home
last modified time | relevance | path

Searched refs:nx_csbcpb (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/crypto/nx/
A Dnx-aes-ecb.c26 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in ecb_aes_nx_set_key()
58 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ecb_aes_nx_crypt()
A Dnx-aes-xcbc.c33 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_set_key()
62 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_empty()
141 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_crypto_ctx_aes_xcbc_init2()
171 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_update()
296 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_final()
A Dnx-sha256.c66 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_update()
185 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_final()
A Dnx-aes-gcm.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_set_key()
29 struct nx_csbcpb *csbcpb_aead = nx_ctx->csbcpb_aead; in gcm_aes_nx_set_key()
105 struct nx_csbcpb *csbcpb_aead = nx_ctx->csbcpb_aead; in nx_gca()
174 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gmac()
247 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_empty()
313 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_crypt()
A Dnx-sha512.c66 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_update()
188 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_final()
A Dnx-aes-cbc.c26 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_set_key()
58 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_crypt()
A Dnx-aes-ctr.c27 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_set_key()
76 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_crypt()
A Dnx.h121 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */
123 struct nx_csbcpb *csbcpb_aead; /* secondary csbcpb used by AEAD algs */
A Dnx-aes-ccm.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_aes_nx_set_key()
29 struct nx_csbcpb *csbcpb_aead = nx_ctx->csbcpb_aead; in ccm_aes_nx_set_key()
334 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_decrypt()
412 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_encrypt()
A Dnx.c665 sizeof(struct nx_csbcpb); in nx_crypto_ctx_init()
668 sizeof(struct nx_csbcpb); in nx_crypto_ctx_init()
675 nx_ctx->csbcpb = (struct nx_csbcpb *)(round_up((u64)nx_ctx->kmem, in nx_crypto_ctx_init()
682 (struct nx_csbcpb *)((u8 *)nx_ctx->out_sg + in nx_crypto_ctx_init()
A Dnx_csbcpb.h148 struct nx_csbcpb { struct
A Dnx-common-pseries.c95 struct nx_csbcpb csbcpb;
310 struct nx_csbcpb *csbcpb; in nx842_pseries_compress()
440 struct nx_csbcpb *csbcpb; in nx842_pseries_decompress()
/linux/
A DMAINTAINERS9063 F: drivers/crypto/nx/nx_csbcpb.h

Completed in 32 milliseconds