Home
last modified time | relevance | path

Searched refs:DecryptionKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/cdm/
Daes_decryptor.cc32 typedef std::list<std::pair<std::string, DecryptionKey*> > KeyList;
42 scoped_ptr<DecryptionKey> decryption_key);
51 DecryptionKey* LatestDecryptionKey() { in LatestDecryptionKey()
74 scoped_ptr<DecryptionKey> decryption_key) { in Insert()
78 DecryptionKey* raw_ptr = decryption_key.release(); in Insert()
419 DecryptionKey* key = GetKey(key_id); in Decrypt()
479 scoped_ptr<DecryptionKey> decryption_key(new DecryptionKey(key_string)); in AddDecryptionKey()
500 AesDecryptor::DecryptionKey* AesDecryptor::GetKey( in GetKey()
532 AesDecryptor::DecryptionKey::DecryptionKey(const std::string& secret) in DecryptionKey() function in media::AesDecryptor::DecryptionKey
536 AesDecryptor::DecryptionKey::~DecryptionKey() {} in ~DecryptionKey()
[all …]
Daes_decryptor.h83 class DecryptionKey {
85 explicit DecryptionKey(const std::string& secret);
86 ~DecryptionKey();
100 DISALLOW_COPY_AND_ASSIGN(DecryptionKey);
121 DecryptionKey* GetKey(const std::string& key_id) const;