Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp67 const char *const HttpConstant::HTTP_HASH_ALGORITHM = "hashAlgorithm"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h170 static const char *const HTTP_HASH_ALGORITHM; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp765 …auto algorithm = NapiUtils::GetStringPropertyUtf8(env, certPIN, HttpConstant::HTTP_HASH_ALGORITHM); in NapiValue2CertPinning()