Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp47 const std::string TAG_DIGEST_ALGORITHM("digest-algorithm"); variable
448 cJSON *digestAlgorithm = cJSON_GetObjectItem(pinsItem, TAG_DIGEST_ALGORITHM.c_str()); in ParseJsonPinSet()