Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-aes-xcbc.c96 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_empty()
124 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_empty()
268 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_update()
349 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_xcbc_final()
Dnx-aes-gcm.c148 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in nx_gca()
218 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in gmac()
285 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in gcm_empty()
371 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in gcm_aes_nx_crypt()
Dnx-aes-ccm.c259 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in generate_pat()
301 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead, in generate_pat()
373 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ccm_nx_decrypt()
442 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ccm_nx_encrypt()
Dnx-sha256.c158 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha256_update()
238 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha256_final()
Dnx-sha512.c162 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha512_update()
244 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0); in nx_sha512_final()
Dnx-aes-ecb.c83 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ecb_aes_nx_crypt()
Dnx-aes-cbc.c84 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in cbc_aes_nx_crypt()
Dnx-aes-ctr.c97 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ctr_aes_nx_crypt()
Dnx.h156 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
Dnx.c40 int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx, in nx_hcall_sync() function