Searched defs:tmpRawData (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/wpa_fuzzer/ |
H A D | wpa_fuzzer.cpp | 33 void FuzzWpaStart(struct IWpaInterface *gWpaObj, uint8_t *tmpRawData) in FuzzWpaStart() 75 void FuzzP2pStart(struct IWpaInterface *gWpaObj, uint8_t *tmpRawData) in FuzzP2pStart() 144 uint8_t *tmpRawData = reinterpret_cast<uint8_t *>(OsalMemCalloc(dataSize + 1)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/hostapd_fuzzer/ |
H A D | hostapd_fuzzer.cpp | 33 void FuzzHostapdStart(struct IHostapdInterface *gWpaObj, uint8_t *tmpRawData) in FuzzHostapdStart() 80 uint8_t *tmpRawData = reinterpret_cast<uint8_t *>(OsalMemCalloc(dataSize + 1)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 100 uint8_t *tmpRawData = reinterpret_cast<uint8_t *>(OsalMemCalloc(dataSize + 1)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 108 uint8_t *tmpRawData = reinterpret_cast<uint8_t *>(OsalMemCalloc(dataSize + 1)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ |
H A D | hostapd_common_fuzzer.cpp | 59 bool PreProcessRawData(const uint8_t *rawData, size_t size, uint8_t *tmpRawData, size_t tmpRawDataS… in PreProcessRawData()
|
H A D | wlan_common_fuzzer.cpp | 57 bool PreProcessRawData(const uint8_t *rawData, size_t size, uint8_t *tmpRawData, size_t tmpRawDataS… in PreProcessRawData()
|
H A D | wpa_common_fuzzer.cpp | 59 bool PreProcessRawData(const uint8_t *rawData, size_t size, uint8_t *tmpRawData, size_t tmpRawDataS… in PreProcessRawData()
|