Home
last modified time | relevance | path

Searched refs:kBlockSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
DClearKeyTypes.h27 const uint8_t kBlockSize = AES_BLOCK_SIZE; variable
28 typedef uint8_t KeyId[kBlockSize];
29 typedef uint8_t Iv[kBlockSize];
DAesCtrDecryptor.cpp27 static const size_t kBlockBitCount = kBlockSize * 8;
36 uint8_t previousEncryptedCounter[kBlockSize]; in decrypt()
37 memset(previousEncryptedCounter, 0, kBlockSize); in decrypt()
DSession.cpp71 keyIdVector.appendArray(keyId, kBlockSize); in decrypt()
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
DAesCtrDecryptorUnittest.cpp31 typedef uint8_t Key[kBlockSize];
37 keyVector.appendArray(key, kBlockSize); in attemptDecrypt()