Lines Matching refs:xcm
45 int xcm; /* 0=authenc, 1=GCM, 2 reserved for CCM */ member
84 } else if (ctx->xcm == EIP197_XCM_MODE_GCM) { in safexcel_cipher_token()
93 } else if (ctx->xcm == EIP197_XCM_MODE_CCM) { in safexcel_cipher_token()
198 } else if (ctx->xcm != EIP197_XCM_MODE_CCM) { in safexcel_aead_token()
204 if (!ctx->xcm) in safexcel_aead_token()
216 if (ctx->xcm == EIP197_XCM_MODE_GCM) { in safexcel_aead_token()
419 if (ctx->xcm) { in safexcel_context_control()
436 (ctx->xcm == EIP197_XCM_MODE_CCM) ? in safexcel_context_control()
442 (ctx->xcm == EIP197_XCM_MODE_CCM) ? in safexcel_context_control()
584 if (!ctx->xcm) in safexcel_send_req()
2134 ctx->xcm = EIP197_XCM_MODE_GCM; in safexcel_aead_gcm_cra_init()
2236 ctx->xcm = EIP197_XCM_MODE_CCM; in safexcel_aead_ccm_cra_init()