Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.cc588 static inline bool IsSafeAltName(const char* name, size_t length, bool utf8) { in IsSafeAltName() function
629 if (IsSafeAltName(name, length, utf8)) { in PrintAltName()