Searched refs:kAuthType (Results 1 – 2 of 2) sorted by relevance
25 const std::string kAuthType[] = {"Basic", "Digest"}; variable199 mFuzzRequestData.append(kAuthType[0]); in createFuzzData()202 mFuzzRequestData.append(kAuthType[1]); in createFuzzData()
99 1. Authentication Type (parameter name: "kAuthType")105 |`kAuthType`| 0.`Basic`<br/>1.`Digest`|Value obtained from FuzzedDataProvider|