Home
last modified time | relevance | path

Searched refs:Iv (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
DAesCtrDecryptorUnittest.cpp33 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/
DAesCtrDecryptor.cpp30 const Iv iv, const uint8_t* source, in decrypt()
42 Iv opensslIv; in decrypt()
DClearKeyTypes.h29 typedef uint8_t Iv[kBlockSize]; typedef
DAesCtrDecryptor.h33 android::status_t decrypt(const android::Vector<uint8_t>& key, const Iv iv,
DCryptoPlugin.h43 bool secure, const KeyId keyId, const Iv iv,
DSession.h49 const KeyId keyId, const Iv iv, const void* source,
DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, in decrypt()
DSession.cpp65 const KeyId keyId, const Iv iv, const void* source, in decrypt()