Searched refs:nx_hcall_sync (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/crypto/nx/ |
H A D | nx-aes-xcbc.c | 95 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 D | nx-aes-ccm.c | 257 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 D | nx-aes-gcm.c | 145 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 D | nx-sha512.c | 124 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 D | nx-sha256.c | 123 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 D | nx-aes-ecb.c | 85 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ecb_aes_nx_crypt()
|
H A D | nx-aes-cbc.c | 86 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in cbc_aes_nx_crypt()
|
H A D | nx-aes-ctr.c | 99 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in ctr_aes_nx_crypt()
|
H A D | nx.h | 161 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
|
H A D | nx.c | 40 int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx, in nx_hcall_sync() function
|