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/firmware/os/core/
DappSec.c32 #define APP_HDR_MAX_SIZE (sizeof(struct ImageHeader) + sizeof(struct AppSecSignHdr) + si…
224 struct AppSecSignHdr *signHdr = NULL; in appSecProcessIncomingHdr()
252 signHdr = (struct AppSecSignHdr *)hdr; hdr += sizeof(*signHdr); in appSecProcessIncomingHdr()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h133 struct AppSecSignHdr { struct