Searched refs:Iv (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/ |
D | AesCtrDecryptorUnittest.cpp | 33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source, in attemptDecrypt() 45 void attemptDecryptExpectingSuccess(const Key& key, const Iv& iv, in attemptDecryptExpectingSuccess() 70 Iv iv = { in TEST_F() 115 Iv iv = { in TEST_F() 161 Iv iv = { in TEST_F() 207 Iv iv = { in TEST_F() 256 Iv iv = { in TEST_F() 310 Iv iv = { in TEST_F() 365 Iv iv = { in TEST_F()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
D | AesCtrDecryptor.cpp | 30 const Iv iv, const uint8_t* source, in decrypt() 42 Iv opensslIv; in decrypt()
|
D | ClearKeyTypes.h | 29 typedef uint8_t Iv[kBlockSize]; typedef
|
D | AesCtrDecryptor.h | 33 android::status_t decrypt(const android::Vector<uint8_t>& key, const Iv iv,
|
D | CryptoPlugin.h | 43 bool secure, const KeyId keyId, const Iv iv,
|
D | Session.h | 49 const KeyId keyId, const Iv iv, const void* source,
|
D | CryptoPlugin.cpp | 35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, in decrypt()
|
D | Session.cpp | 65 const KeyId keyId, const Iv iv, const void* source, in decrypt()
|