Home
last modified time | relevance | path

Searched refs:kAuthType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/fuzzer/
Drtsp_connection_fuzzer.cpp25 const std::string kAuthType[] = {"Basic", "Digest"}; variable
199 mFuzzRequestData.append(kAuthType[0]); in createFuzzData()
202 mFuzzRequestData.append(kAuthType[1]); in createFuzzData()
DREADME.md99 1. Authentication Type (parameter name: "kAuthType")
105 |`kAuthType`| 0.`Basic`<br/>1.`Digest`|Value obtained from FuzzedDataProvider|