Searched refs:signHdr (Results 1 – 1 of 1) sorted by relevance
224 struct AppSecSignHdr *signHdr = NULL; in appSecProcessIncomingHdr() local240 needBytes += sizeof(*signHdr); in appSecProcessIncomingHdr()252 signHdr = (struct AppSecSignHdr *)hdr; hdr += sizeof(*signHdr); in appSecProcessIncomingHdr()254 __func__, signHdr->appDataLen); in appSecProcessIncomingHdr()255 if (!signHdr->appDataLen) { in appSecProcessIncomingHdr()259 state->signedBytesIn = state->signedBytesOut = signHdr->appDataLen; in appSecProcessIncomingHdr()290 state->signedBytesIn = state->signedBytesOut = signHdr->appDataLen - sizeof(*encrHdr); in appSecProcessIncomingHdr()