Searched refs:AppSecSignHdr (Results 1 – 3 of 3) sorted by relevance
235 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()
32 #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()
145 struct AppSecSignHdr { struct