Home
last modified time | relevance | path

Searched defs:csbcpb (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-xcbc.c33 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_set_key() local
62 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_empty() local
141 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_crypto_ctx_aes_xcbc_init2() local
171 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_update() local
296 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_final() local
H A Dnx-aes-gcm.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_set_key() local
174 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gmac() local
247 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_empty() local
313 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_crypt() local
H A Dnx-aes-ecb.c26 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in ecb_aes_nx_set_key() local
58 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ecb_aes_nx_crypt() local
H A Dnx-aes-cbc.c26 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_set_key() local
58 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_crypt() local
H A Dnx-aes-ctr.c27 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_set_key() local
76 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_crypt() local
H A Dnx-aes-ccm.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_aes_nx_set_key() local
331 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_decrypt() local
409 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_encrypt() local
H A Dnx-sha256.c66 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_update() local
185 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_final() local
H A Dnx-sha512.c66 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_update() local
188 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_final() local
H A Dnx-common-pseries.c95 struct nx_csbcpb csbcpb; member
312 struct nx_csbcpb *csbcpb; in nx842_pseries_compress() local
442 struct nx_csbcpb *csbcpb; in nx842_pseries_decompress() local
H A Dnx.h121 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Dvio.h74 u64 csbcpb; member