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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DClearKeyTypes.h29 typedef uint8_t Iv[kBlockSize]; typedef in namespace:clearkeydrm
H A DAesCtrDecryptor.h33 android::status_t decrypt(const android::Vector<uint8_t>& key, const Iv iv,
H A DAesCtrDecryptor.cpp30 const Iv iv, const uint8_t* source,
42 Iv opensslIv;
H A DCryptoPlugin.h43 bool secure, const KeyId keyId, const Iv iv,
H A DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv,
H A DSession.h49 const KeyId keyId, const Iv iv, const void* source,
H A DSession.cpp65 const KeyId keyId, const Iv iv, const void* source,
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source,
45 void attemptDecryptExpectingSuccess(const Key& key, const Iv& iv,
70 Iv iv = {
115 Iv iv = {
161 Iv iv = {
207 Iv iv = {
256 Iv iv = {
310 Iv iv = {
365 Iv iv = {

Completed in 1614 milliseconds