Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A Dnx-aes-xcbc.c32 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_set_key() local
61 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_empty() local
140 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_crypto_ctx_aes_xcbc_init2() local
170 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_update() local
249 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_finup() local
H A Dnx-aes-gcm.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_set_key() local
171 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gmac() local
244 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_empty() local
310 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_crypt() local
H A Dnx-aes-ecb.c28 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in ecb_aes_nx_set_key() local
60 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ecb_aes_nx_crypt() local
H A Dnx-aes-cbc.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_set_key() local
60 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_crypt() local
H A Dnx-aes-ctr.c29 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_set_key() local
78 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
329 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_decrypt() local
406 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_encrypt() local
H A Dnx-sha512.c68 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_update() local
149 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_finup() local
H A Dnx-sha256.c67 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_update() local
146 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_finup() local
H A Dnx-common-pseries.c96 struct nx_csbcpb csbcpb; member
313 struct nx_csbcpb *csbcpb; in nx842_pseries_compress() local
443 struct nx_csbcpb *csbcpb; in nx842_pseries_decompress() local
H A Dnx.h125 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */ member