Home
last modified time | relevance | path

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

/drivers/crypto/nx/
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
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
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
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
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
Dnx-aes-ccm.c28 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_aes_nx_set_key() local
334 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_decrypt() local
412 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_encrypt() local
Dnx-sha256.c61 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_update() local
180 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_final() local
Dnx-sha512.c61 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_update() local
183 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_final() local
Dnx-842-pseries.c70 struct nx_csbcpb csbcpb; member
285 struct nx_csbcpb *csbcpb; in nx842_pseries_compress() local
415 struct nx_csbcpb *csbcpb; in nx842_pseries_decompress() local
Dnx.h121 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */ member