Home
last modified time | relevance | path

Searched refs:bytesDecrypted (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
DCryptoPlugin.cpp66 size_t bytesDecrypted; in decrypt() local
68 numSubSamples, &bytesDecrypted); in decrypt()
70 return static_cast<ssize_t>(bytesDecrypted); in decrypt()
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
DAesCtrDecryptorUnittest.cpp51 size_t bytesDecrypted = 0; in attemptDecryptExpectingSuccess() local
54 &bytesDecrypted)); in attemptDecryptExpectingSuccess()
55 EXPECT_EQ(totalSize, bytesDecrypted); in attemptDecryptExpectingSuccess()