Searched refs:octetString (Results 1 – 1 of 1) sorted by relevance
422 ASN1_OCTET_STRING *octetString = X509_EXTENSION_get_data((X509_EXTENSION *)found); in GetEntryValue() local423 if (octetString == NULL) { in GetEntryValue()429 int entryValueLen = i2d_ASN1_OCTET_STRING(octetString, &entryValue); in GetEntryValue()