Searched defs:ContentEncryption (Results 1 – 9 of 9) sorted by relevance
214 struct ContentEncryption { struct218 unsigned long long algo;219 unsigned char* key_id;220 long long key_id_len;221 unsigned char* signature;222 long long signature_len;223 unsigned char* sig_key_id;247 // Returns ContentEncryption represented by |idx|. Returns NULL if |idx| argument
4076 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
1289 struct ContentEncryption { struct1308 bool operator==(const ContentEncryption& other) const { argument