Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2711 KMF_DATA oldpem = { 0, NULL }; in kmf_is_cert_data() local
2731 oldpem.Data = d; in kmf_is_cert_data()
2732 oldpem.Length = len; in kmf_is_cert_data()
2733 rv = DerDecodeSignedCertificate(&oldpem, &x509); in kmf_is_cert_data()
2734 kmf_free_data(&oldpem); in kmf_is_cert_data()