Searched refs:cryptoClearKey (Results 1 – 1 of 1) sorted by relevance
75 const bool cryptoClearKey = cryptoFactory->isCryptoSchemeSupported(kClearKeyUUID); in SetUp() local76 EXPECT_EQ(drmClearKey, cryptoClearKey); in SetUp()77 const bool supportsClearKey = drmClearKey && cryptoClearKey; in SetUp()