Searched refs:nx_hcall_sync (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/drivers/crypto/nx/ | 
| D | nx-aes-xcbc.c | 108 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_xcbc_empty() 137 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_xcbc_empty() 282 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_xcbc_update() 364 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_xcbc_final()
  | 
| D | nx-aes-gcm.c | 172 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead,  in nx_gca() 241 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in gmac() 308 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in gcm_empty() 393 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in gcm_aes_nx_crypt()
  | 
| D | nx-aes-ccm.c | 277 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in generate_pat() 319 			rc = nx_hcall_sync(nx_ctx, &nx_ctx->op_aead,  in generate_pat() 391 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ccm_nx_decrypt() 459 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ccm_nx_encrypt()
  | 
| D | nx-sha256.c | 165 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_sha256_update() 246 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_sha256_final()
  | 
| D | nx-sha512.c | 169 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_sha512_update() 252 	rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in nx_sha512_final()
  | 
| D | nx-aes-cbc.c | 97 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in cbc_aes_nx_crypt()
  | 
| D | nx-aes-ecb.c | 97 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ecb_aes_nx_crypt()
  | 
| D | nx.h | 162 int nx_hcall_sync(struct nx_crypto_ctx *ctx, struct vio_pfo_op *op,
  | 
| D | nx-aes-ctr.c | 110 		rc = nx_hcall_sync(nx_ctx, &nx_ctx->op,  in ctr_aes_nx_crypt()
  | 
| D | nx.c | 53 int nx_hcall_sync(struct nx_crypto_ctx *nx_ctx,  in nx_hcall_sync()  function
  |