Searched refs:bytesDecrypted (Results 1 – 2 of 2) sorted by relevance
66 size_t bytesDecrypted; in decrypt() local68 numSubSamples, &bytesDecrypted); in decrypt()70 return static_cast<ssize_t>(bytesDecrypted); in decrypt()
51 size_t bytesDecrypted = 0; in attemptDecryptExpectingSuccess() local54 &bytesDecrypted)); in attemptDecryptExpectingSuccess()55 EXPECT_EQ(totalSize, bytesDecrypted); in attemptDecryptExpectingSuccess()