Home
last modified time | relevance | path

Searched refs:header_version (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()
169 image->aosp.header_version == 1 && image->aosp.magic == NANOAPP_AOSP_MAGIC && in handleDecrypt()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h52 uint32_t header_version; // 0x1 for this version member
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c246 .header_version = 1, in finalizeAndWrite()
581 .header_version = 1, in handleKey()
613 .header_version = 1, in handleOs()
Dpostprocess_elf.c236 .header_version = 1, in finalizeAndWrite()
839 .header_version = 1, in handleKey()
871 .header_version = 1, in handleOs()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c524 image->aosp.header_version == 1 && in main()
/device/google/contexthub/firmware/os/core/
DappSec.c232 if (aosp->header_version != 1 || in appSecProcessIncomingHdr()