Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c1939 static CfResult GetDpURIFromGenName(GENERAL_NAME *genName, bool isFormatOutURI, uint32_t *uriCount,… in GetDpURIFromGenName() argument
1942 ASN1_STRING *uri = GENERAL_NAME_get0_value(genName, &type); in GetDpURIFromGenName()
1970 GENERAL_NAME *genName = sk_GENERAL_NAME_value(genNames, i); in GetDpURIFromGenNames() local
1971 if (genName == NULL) { in GetDpURIFromGenNames()
1977 ret = GetDpURIFromGenName(genName, isFormatOutURI, uriCount, outURI); in GetDpURIFromGenNames()