Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.h124 bool SafeX509SubjectAltNamePrint(const BIOPointer& out, X509_EXTENSION* ext);
Dcrypto_common.cc817 bool SafeX509SubjectAltNamePrint(const BIOPointer& out, X509_EXTENSION* ext) { in SafeX509SubjectAltNamePrint() function
885 if (!SafeX509SubjectAltNamePrint(bio, ext)) { in GetSubjectAltNameString()