Home
last modified time | relevance | path

Searched refs:nx_hcall_sync (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/crypto/nx/
H A Dnx-aes-xcbc.c95 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_empty()
123 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_empty()
225 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_update()
300 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_finup()
H A Dnx-aes-ccm.c257 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in generate_pat()
299 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in generate_pat()
370 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ccm_nx_decrypt()
439 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ccm_nx_encrypt()
H A Dnx-aes-gcm.c145 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in nx_gca()
215 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in gmac()
282 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in gcm_empty()
368 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in gcm_aes_nx_crypt()
H A Dnx-sha512.c124 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha512_update()
198 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha512_finup()
H A Dnx-sha256.c123 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha256_update()
193 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha256_finup()
H A Dnx-aes-ecb.c85 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ecb_aes_nx_crypt()
H A Dnx-aes-cbc.c86 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in cbc_aes_nx_crypt()
H A Dnx-aes-ctr.c99 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ctr_aes_nx_crypt()
H A Dnx.h161 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
H A Dnx.c40 int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx, in nx_hcall_sync() function