Searched defs:trustAnchors (Results 1 – 4 of 4) sorted by relevance
186 TrustAnchors trustAnchors; variable
383 …d NetworkSecurityConfig::ParseJsonTrustAnchors(const cJSON* const root, TrustAnchors &trustAnchors) in ParseJsonTrustAnchors()474 cJSON *trustAnchors = cJSON_GetObjectItem(root, TAG_TRUST_ANCHORS.c_str()); in ParseJsonBaseConfig() local494 cJSON *trustAnchors = cJSON_GetObjectItem(domainConfigItem, TAG_TRUST_ANCHORS.c_str()); in ParseJsonDomainConfigs() local
75 HcfX509TrustAnchorArray *trustAnchors; // Array<X509TrustAnchor> member
374 static CfResult GetTrustAnchor(const HcfX509TrustAnchor *trustAnchors, X509 *rootCert, X509 **mostT… in GetTrustAnchor()