Home
last modified time | relevance | path

Searched defs:FuzzSubType (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/fuzzers/rw/
Dmain.cc35 uint8_t FuzzSubType = ctrl[1]; in Fuzz_FixPackets() local
77 uint8_t FuzzSubType = ctrl[1]; in Fuzz_RunPackets() local
/system/nfc/src/fuzzers/ce/
Dmain.cc27 uint8_t FuzzSubType = ctrl[1]; in Fuzz_FixPackets() local
55 uint8_t FuzzSubType = ctrl[1]; in Fuzz_RunPackets() local
/system/nfc/src/fuzzers/inc/
Dfuzz_cmn.h47 Fuzz_Context(uint8_t FuzzSubType, const std::vector<bytes_t>& Packets) in Fuzz_Context()