Searched refs:signHdr (Results 1 – 1 of 1) sorted by relevance
225 struct AppSecSignHdr *signHdr = NULL; in appSecProcessIncomingHdr() local241 needBytes += sizeof(*signHdr); in appSecProcessIncomingHdr()253 signHdr = (struct AppSecSignHdr *)hdr; hdr += sizeof(*signHdr); in appSecProcessIncomingHdr()255 __func__, signHdr->appDataLen); in appSecProcessIncomingHdr()256 if (!signHdr->appDataLen) { in appSecProcessIncomingHdr()260 state->signedBytesIn = state->signedBytesOut = signHdr->appDataLen; in appSecProcessIncomingHdr()291 state->signedBytesIn = state->signedBytesOut = signHdr->appDataLen - sizeof(*encrHdr); in appSecProcessIncomingHdr()