Searched refs:byteCount (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp1110 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, &iv[0], subSamples, local
1112 EXPECT_EQ(kByteCount, byteCount);
1137 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, local
1139 EXPECT_EQ(kClearBytes + kEncryptedBytes, byteCount);
1158 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, local
1160 EXPECT_EQ(0u, byteCount);
H A Ddrm_hal_vendor_test.cpp1483 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), local
1485 EXPECT_EQ(kSegmentSize, byteCount);
1511 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), local
1513 EXPECT_EQ(kSegmentSize, byteCount);
1536 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, local
1539 EXPECT_EQ(0u, byteCount);
1566 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, local
1569 EXPECT_EQ(0u, byteCount);

Completed in 93 milliseconds