Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c251 if (!(image->aosp.flags & NANOAPP_SIGNED_FLAG)) { in handleVerify()
329 if (!(image->aosp.flags & NANOAPP_SIGNED_FLAG)) { in handleSign()
337 image->aosp.flags |= NANOAPP_SIGNED_FLAG; in handleSign()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h34 #define NANOAPP_SIGNED_FLAG 0x1 // contents is signed with one or more signature block(s) macro
/device/google/contexthub/firmware/os/core/
DappSec.c239 if ((flags & NANOAPP_SIGNED_FLAG) != 0) in appSecProcessIncomingHdr()
251 if ((flags & NANOAPP_SIGNED_FLAG) != 0) { in appSecProcessIncomingHdr()
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c110 if ((image->aosp.flags & NANOAPP_SIGNED_FLAG) != 0) { in handleEncrypt()