Home
last modified time | relevance | path

Searched refs:header_version (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h38 uint32_t header_version; // 0x1 for this version member
/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/util/nanoapp_postprocess/
Dpostprocess.c431 .header_version = 1, in handleApp()
493 .header_version = 1, in handleKey()
525 .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/src/
DappSec.c233 if (aosp->header_version != 1 || in appSecProcessIncomingHdr()