Home
last modified time | relevance | path

Searched refs:mKeyInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.cpp34 mKeyInfo[0].valid = mKeyInfo[1].valid = false; in ClearKeyCasSession()
H A DClearKeyCasPlugin.cpp390 AES_BLOCK_SIZE * 8, &mKeyInfo[keyIndex].contentKey); in updateECM()
391 mKeyInfo[keyIndex].valid = (result == 0); in updateECM()
392 if (!mKeyInfo[keyIndex].valid) { in updateECM()
419 if (!mKeyInfo[keyIndex].valid) { in decrypt()
423 contentKey = mKeyInfo[keyIndex].contentKey; in decrypt()
H A DClearKeySessionLibrary.h60 KeyInfo mKeyInfo[kNumKeys]; variable