Searched refs:cipher_mode (Results 1 – 4 of 4) sorted by relevance
44 uint32_t cipher_mode; member
229 ContentEncAESSettings() : cipher_mode(kCTR) {} in ContentEncAESSettings()232 unsigned long long cipher_mode; member
240 uint64 cipher_mode() const { return cipher_mode_; } in cipher_mode() function in mkvmuxer::ContentEncAESSettings
5168 aes->cipher_mode = UnserializeUInt(pReader, pos, size); in ParseContentEncAESSettingsEntry()5169 if (aes->cipher_mode != 1) in ParseContentEncAESSettingsEntry()