Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_extension_openssl.c422 ASN1_OCTET_STRING *octetString = X509_EXTENSION_get_data((X509_EXTENSION *)found); in GetEntryValue() local
423 if (octetString == NULL) { in GetEntryValue()
429 int entryValueLen = i2d_ASN1_OCTET_STRING(octetString, &entryValue); in GetEntryValue()