Home
last modified time | relevance | path

Searched refs:AppSecSignHdr (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c235 struct AppSecSignHdr *secHdr = (struct AppSecSignHdr *)&image[1]; in handleVerify()
327 struct AppSecSignHdr *secHdr = (struct AppSecSignHdr *)&image[1]; in handleSign()
334 secHdr = (struct AppSecSignHdr *)&image[1]; in handleSign()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h104 struct AppSecSignHdr { struct
/device/google/contexthub/firmware/src/
DappSec.c33 #define APP_HDR_MAX_SIZE (sizeof(struct ImageHeader) + sizeof(struct AppSecSignHdr) + si…
225 struct AppSecSignHdr *signHdr = NULL; in appSecProcessIncomingHdr()
253 signHdr = (struct AppSecSignHdr *)hdr; hdr += sizeof(*signHdr); in appSecProcessIncomingHdr()