Searched defs:content_key (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm_generator.cpp58 sp<ABuffer> *content_key, DefaultEcmFields* default_fields) {
60 CHECK(content_key);
69 *content_key = new ABuffer(kContentKeyByteSize);
70 memcpy((*content_key)->data(), ptr, kContentKeyByteSize);
57 DecodeECM(const sp<ABuffer>& ecm, Asset* asset, sp<ABuffer> *content_key, DefaultEcmFields* default_fields) argument
H A Decm.cpp71 sp<ABuffer> content_key; local
73 buffer_as_binary, &asset, &content_key, &default_fields);
85 set_content_key(content_key);
H A Decm.h28 // string content_key;
30 // content_key = ecm_container.descriptor(1).ecm().content_key();
32 // // use |content_key| to decrypt content.
52 // the asset_id, system_id, and content_key (clear).
113 // and system_id as well as the content_key are clear.
151 // values, content_key() is populated with the clear content key.
163 // |content_key| is the clear, encryption/decryption key generated by the server.
168 inline const sp<ABuffer> content_key() const { return content_key_; } function in class:android::clearkeycas::Ecm

Completed in 65 milliseconds