Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-aes-xcbc.c45 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_set_key() local
74 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_empty() local
155 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_crypto_ctx_aes_xcbc_init2() local
185 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_update() local
311 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in nx_xcbc_final() local
Dnx-aes-gcm.c39 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_set_key() local
186 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gmac() local
260 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_empty() local
326 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in gcm_aes_nx_crypt() local
Dnx-aes-ecb.c38 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in ecb_aes_nx_set_key() local
72 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ecb_aes_nx_crypt() local
Dnx-aes-cbc.c38 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_set_key() local
72 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in cbc_aes_nx_crypt() local
Dnx-aes-ctr.c39 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_set_key() local
90 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ctr_aes_nx_crypt() local
Dnx-aes-ccm.c40 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_aes_nx_set_key() local
346 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_decrypt() local
424 struct nx_csbcpb *csbcpb = nx_ctx->csbcpb; in ccm_nx_encrypt() local
Dnx-sha256.c73 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_update() local
193 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha256_final() local
Dnx-sha512.c73 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_update() local
196 struct nx_csbcpb *csbcpb = (struct nx_csbcpb *)nx_ctx->csbcpb; in nx_sha512_final() local
Dnx-842-pseries.c83 struct nx_csbcpb csbcpb; member
298 struct nx_csbcpb *csbcpb; in nx842_pseries_compress() local
429 struct nx_csbcpb *csbcpb; in nx842_pseries_decompress() local
Dnx.h131 struct nx_csbcpb *csbcpb; /* aligned page given to phyp @ hcall time */ member