Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_lib.c133 ASN1_STRING *extvalue; in X509V3_EXT_d2i() local
138 extvalue = X509_EXTENSION_get_data(ext); in X509V3_EXT_d2i()
139 p = ASN1_STRING_get0_data(extvalue); in X509V3_EXT_d2i()
140 extlen = ASN1_STRING_length(extvalue); in X509V3_EXT_d2i()