OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decryption_key
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/cdm/
aes_decryptor.cc
38
// This |
decryption_key
| becomes the latest until another insertion or
40
void Insert(uint32 session_id, scoped_ptr<DecryptionKey>
decryption_key
);
68
scoped_ptr<DecryptionKey>
decryption_key
) {
72
DecryptionKey* raw_ptr =
decryption_key
.release();
348
crypto::SymmetricKey*
decryption_key
= key->
decryption_key
();
local
349
decrypted = DecryptData(*encrypted.get(),
decryption_key
);
401
scoped_ptr<DecryptionKey>
decryption_key
(new DecryptionKey(key_string));
402
if (!
decryption_key
) {
407
if (!
decryption_key
->Init())
[
all
...]
aes_decryptor.h
80
crypto::SymmetricKey*
decryption_key
() { return decryption_key_.get(); }
function in class:media::AesDecryptor::DecryptionKey
Completed in 122 milliseconds