Searched defs:ContentEncryption (Results 1 – 4 of 4) sorted by relevance
216 struct ContentEncryption { struct in mkvparser::ContentEncoding220 unsigned long long algo;221 unsigned char* key_id;222 long long key_id_len;223 unsigned char* signature;224 long long signature_len;225 unsigned char* sig_key_id;226 long long sig_key_id_len;227 unsigned long long sig_algo;228 unsigned long long sig_hash_algo;[all …]
4080 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption
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
4079 ContentEncoding::ContentEncryption::ContentEncryption() in ContentEncryption() function in mkvparser::ContentEncoding::ContentEncryption