Searched refs:nx_hcall_sync (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/crypto/nx/ | 
| D | nx-aes-xcbc.c | 96 	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()
  | 
| D | nx-aes-ccm.c | 262 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in generate_pat() 304 			rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead,  in generate_pat() 376 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ccm_nx_decrypt() 445 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ccm_nx_encrypt()
  | 
| D | nx-aes-gcm.c | 148 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead,  in nx_gca() 219 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in gmac() 287 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in gcm_empty() 375 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in gcm_aes_nx_crypt()
  | 
| D | nx-sha256.c | 153 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0);  in nx_sha256_update() 233 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0);  in nx_sha256_final()
  | 
| D | nx-sha512.c | 157 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0);  in nx_sha512_update() 239 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, 0);  in nx_sha512_final()
  | 
| D | nx-aes-cbc.c | 85 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in cbc_aes_nx_crypt()
  | 
| D | nx-aes-ecb.c | 85 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ecb_aes_nx_crypt()
  | 
| D | nx-aes-ctr.c | 98 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ctr_aes_nx_crypt()
  | 
| D | nx.h | 155 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
  | 
| D | nx.c | 40 int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx,  in nx_hcall_sync()  function
  |