Home
last modified time | relevance | path

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

/device/linaro/dragonboard/db845c/
DBoardConfig.mk10 BOARD_MKBOOTIMG_ARGS := --header_version $(BOARD_BOOT_HEADER_VERSION)
/device/generic/goldfish/fvpbase/
DBoardConfig.mk58 BOARD_MKBOOTIMG_ARGS := --header_version 2 --ramdisk $(OUT_DIR)/target/product/$(PRODUCT_DEVICE)/co…
/device/ti/beagle_x15/
DBoardConfig.mk103 BOARD_MKBOOTIMG_ARGS := --header_version 2
/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/amlogic/yukawa/
DBoardConfigCommon.mk112 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
/device/google/cuttlefish/shared/
DBoardConfig.mk196 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h53 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.c237 .header_version = 1, in finalizeAndWrite()
842 .header_version = 1, in handleKey()
874 .header_version = 1, in handleOs()
/device/google/coral/
DBoardConfig-common.mk53 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
/device/google/bonito/
DBoardConfig-common.mk66 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
/device/google/crosshatch/
DBoardConfig-common.mk56 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
/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()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp402 .header_version = htole32(1), in loadNanoApp()