Lines Matching refs:ext
817 bool SafeX509SubjectAltNamePrint(const BIOPointer& out, X509_EXTENSION* ext) {
818 const X509V3_EXT_METHOD* method = X509V3_EXT_get(ext);
821 GENERAL_NAMES* names = static_cast<GENERAL_NAMES*>(X509V3_EXT_d2i(ext));
842 bool SafeX509InfoAccessPrint(const BIOPointer& out, X509_EXTENSION* ext) {
843 const X509V3_EXT_METHOD* method = X509V3_EXT_get(ext);
847 static_cast<AUTHORITY_INFO_ACCESS*>(X509V3_EXT_d2i(ext));
882 X509_EXTENSION* ext = X509_get_ext(cert, index);
883 CHECK_NOT_NULL(ext);
885 if (!SafeX509SubjectAltNamePrint(bio, ext)) {
900 X509_EXTENSION* ext = X509_get_ext(cert, index);
901 CHECK_NOT_NULL(ext);
903 if (!SafeX509InfoAccessPrint(bio, ext)) {