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()
104 struct AppSecSignHdr { struct
33 #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()