Lines Matching defs:state
100 static void limitChunkSize(struct AppSecState *state) in limitChunkSize()
108 static void appSecSetCurState(struct AppSecState *state, uint32_t curState) in appSecSetCurState()
136 static inline uint32_t appSecGetCurState(const struct AppSecState *state) in appSecGetCurState()
144 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState)); in appSecInit() local
161 void appSecDeinit(struct AppSecState *state) in appSecDeinit()
167 static AppSecErr appSecBlockRx(struct AppSecState *state) in appSecBlockRx()
219 static AppSecErr appSecProcessIncomingHdr(struct AppSecState *state, uint32_t *needBytesOut) in appSecProcessIncomingHdr()
346 static AppSecErr appSecProcessIncomingData(struct AppSecState *state) in appSecProcessIncomingData()
367 AppSecErr appSecDoSomeProcessing(struct AppSecState *state) in appSecDoSomeProcessing()
401 static AppSecErr appSecProcessIncomingSigData(struct AppSecState *state) in appSecProcessIncomingSigData()
423 static AppSecErr appSecVerifyEncryptedData(struct AppSecState *state) in appSecVerifyEncryptedData()
435 AppSecErr appSecRxData(struct AppSecState *state, const void *dataP, uint32_t len, uint32_t *lenUnu… in appSecRxData()
517 AppSecErr appSecRxDataOver(struct AppSecState *state) in appSecRxDataOver()