Searched refs:DecryptionKey (Results 1 – 2 of 2) sorted by relevance
32 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::DecryptionKey536 AesDecryptor::DecryptionKey::~DecryptionKey() {} in ~DecryptionKey()[all …]
83 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;