xcm 45 drivers/crypto/inside-secure/safexcel_cipher.c int xcm; /* 0=authenc, 1=GCM, 2 reserved for CCM */ xcm 84 drivers/crypto/inside-secure/safexcel_cipher.c } else if (ctx->xcm == EIP197_XCM_MODE_GCM) { xcm 93 drivers/crypto/inside-secure/safexcel_cipher.c } else if (ctx->xcm == EIP197_XCM_MODE_CCM) { xcm 198 drivers/crypto/inside-secure/safexcel_cipher.c } else if (ctx->xcm != EIP197_XCM_MODE_CCM) { xcm 204 drivers/crypto/inside-secure/safexcel_cipher.c if (!ctx->xcm) xcm 216 drivers/crypto/inside-secure/safexcel_cipher.c if (ctx->xcm == EIP197_XCM_MODE_GCM) { xcm 419 drivers/crypto/inside-secure/safexcel_cipher.c if (ctx->xcm) { xcm 436 drivers/crypto/inside-secure/safexcel_cipher.c (ctx->xcm == EIP197_XCM_MODE_CCM) ? xcm 442 drivers/crypto/inside-secure/safexcel_cipher.c (ctx->xcm == EIP197_XCM_MODE_CCM) ? xcm 584 drivers/crypto/inside-secure/safexcel_cipher.c if (!ctx->xcm) xcm 2134 drivers/crypto/inside-secure/safexcel_cipher.c ctx->xcm = EIP197_XCM_MODE_GCM; xcm 2236 drivers/crypto/inside-secure/safexcel_cipher.c ctx->xcm = EIP197_XCM_MODE_CCM; xcm 134 drivers/gpu/drm/i2c/ch7006_drv.c | bitf(CH7006_CLKMODE_XCM, params->xcm) xcm 63 include/drm/i2c/ch7006.h int xcm, pcm;