Home
last modified time | relevance | path

Searched refs:GOOGLE_LAYOUT_MAGIC (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c103 image->aosp.header_version == 1 && image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in handleEncrypt()
170 image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in handleDecrypt()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h39 #define GOOGLE_LAYOUT_MAGIC (((uint32_t)'G' << 0) | ((uint32_t)'o' << 8) | ((uint32_t)'o' << 16) … macro
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c253 .magic = GOOGLE_LAYOUT_MAGIC, in finalizeAndWrite()
586 .magic = GOOGLE_LAYOUT_MAGIC, in handleKey()
617 .magic = GOOGLE_LAYOUT_MAGIC, in handleOs()
Dpostprocess_elf.c243 .magic = GOOGLE_LAYOUT_MAGIC, in finalizeAndWrite()
844 .magic = GOOGLE_LAYOUT_MAGIC, in handleKey()
875 .magic = GOOGLE_LAYOUT_MAGIC, in handleOs()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c526 image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in main()
/device/google/contexthub/firmware/os/core/
DappSec.c235 image->layout.magic != GOOGLE_LAYOUT_MAGIC) in appSecProcessIncomingHdr()