IS_CCM 98 drivers/crypto/qce/common.c if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) IS_CCM 103 drivers/crypto/qce/common.c if (IS_CCM(flags) || IS_CMAC(flags)) { IS_CCM 122 drivers/crypto/qce/common.c else if (IS_AES(flags) && IS_CCM(flags)) IS_CCM 130 drivers/crypto/qce/common.c if (IS_CCM(flags)) IS_CCM 133 drivers/crypto/qce/common.c if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) ||