Home
last modified time | relevance | path

Searched refs:cipher_mode (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_headers/DRM/cc54/inc/
Dwv_mod_oem_crypto.h44 uint32_t cipher_mode; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.hpp229 ContentEncAESSettings() : cipher_mode(kCTR) {} in ContentEncAESSettings()
232 unsigned long long cipher_mode; member
Dmkvmuxer.hpp240 uint64 cipher_mode() const { return cipher_mode_; } in cipher_mode() function in mkvmuxer::ContentEncAESSettings
Dmkvparser.cpp5168 aes->cipher_mode = UnserializeUInt(pReader, pos, size); in ParseContentEncAESSettingsEntry()
5169 if (aes->cipher_mode != 1) in ParseContentEncAESSettingsEntry()