Home
last modified time | relevance | path

Searched defs:ENCRYPTED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/
H A Ddiffpatch.h114 static constexpr unsigned short ENCRYPTED = 0x20; /* bit 5 set: file is encrypted */ variable
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_gzipfile.cpp26 constexpr uint16_t ENCRYPTED = 0x20; /* bit 5 set: file is encrypted */ variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h89 #define ENCRYPTED 0x1 macro