Lines Matching refs:AppSecErr
167 static AppSecErr appSecBlockRx(struct AppSecState *state) in appSecBlockRx()
219 static AppSecErr appSecProcessIncomingHdr(struct AppSecState *state, uint32_t *needBytesOut) in appSecProcessIncomingHdr()
228 AppSecErr ret; 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()
438 AppSecErr ret = APP_SEC_NO_ERROR; in appSecRxData()
517 AppSecErr appSecRxDataOver(struct AppSecState *state) in appSecRxDataOver()
519 AppSecErr ret; in appSecRxDataOver()