Searched refs:AppSecEncrHdr (Results 1 – 3 of 3) sorted by relevance
64 struct AppSecEncrHdr encr; in handleEncrypt()158 struct AppSecEncrHdr *encr; in handleDecrypt()178 encr = (struct AppSecEncrHdr *)data; in handleDecrypt()
108 struct AppSecEncrHdr { struct
33 … (sizeof(struct ImageHeader) + sizeof(struct AppSecSignHdr) + sizeof(struct AppSecEncrHdr))226 struct AppSecEncrHdr *encrHdr = NULL; in appSecProcessIncomingHdr()269 encrHdr = (struct AppSecEncrHdr *)hdr; hdr += sizeof(*encrHdr); in appSecProcessIncomingHdr()