Searched refs:cipher_mode (Results 1 – 5 of 5) sorted by relevance
207 ContentEncAESSettings() : cipher_mode(kCTR) {} in ContentEncAESSettings()210 unsigned long long cipher_mode; member
4171 aes->cipher_mode = UnserializeUInt(pReader, pos, size); in ParseContentEncAESSettingsEntry()4172 if (aes->cipher_mode != 1) in ParseContentEncAESSettingsEntry()
4179 aes->cipher_mode = UnserializeUInt(pReader, pos, size); in ParseContentEncAESSettingsEntry()4180 if (aes->cipher_mode != 1) in ParseContentEncAESSettingsEntry()
289 uint64_t cipher_mode() const { return cipher_mode_; } in cipher_mode() function