Home
last modified time | relevance | path

Searched refs:NANOAPP_ENCRYPTED_FLAG (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c114 if ((image->aosp.flags & NANOAPP_ENCRYPTED_FLAG) != 0) { in handleEncrypt()
119 image->aosp.flags |= NANOAPP_ENCRYPTED_FLAG; in handleEncrypt()
172 if (!(image->aosp.flags & NANOAPP_ENCRYPTED_FLAG)) { in handleDecrypt()
176 image->aosp.flags &= ~NANOAPP_ENCRYPTED_FLAG; in handleDecrypt()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h35 #define NANOAPP_ENCRYPTED_FLAG 0x2 // contents is encrypted with exactly one encryption key macro
/device/google/contexthub/firmware/os/core/
DappSec.c241 if ((flags & NANOAPP_ENCRYPTED_FLAG) != 0) in appSecProcessIncomingHdr()
265 if ((flags & NANOAPP_ENCRYPTED_FLAG) != 0) { in appSecProcessIncomingHdr()