Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp438 StrCSumPtrLen aAuthenKey = "WWW-Authenticate"; in isServerSupportBasicAuthentication() local
439 uint32 numFieldsByKey = iParser->getNumberOfFieldsByKey(aAuthenKey); in isServerSupportBasicAuthentication()
444 iParser->getField(aAuthenKey, aAuthenValue, i); in isServerSupportBasicAuthentication()
458 StrCSumPtrLen aAuthenKey = "WWW-Authenticate"; in getAuthenInfo() local
459 uint32 numFieldsByKey = iParser->getNumberOfFieldsByKey(aAuthenKey); in getAuthenInfo()
464 iParser->getField(aAuthenKey, aAuthenValue, i); in getAuthenInfo()
517 StrCSumPtrLen aAuthenKey = "WWW-Authenticate"; in isServerSendAuthenticationHeader() local
519 if (iParser->getField(aAuthenKey, aAuthenValue)) in isServerSendAuthenticationHeader()