Lines Matching refs:valid
121 // Convert protocols array into valid OpenSSL protocols list
242 // the subject alt names string. It allows any valid JSON string literal.
301 let valid = false;
307 valid = ArrayPrototypeIncludes(ips, canonicalizeIP(hostname));
308 if (!valid)
316 valid = ArrayPrototypeSome(dnsNames, wildcard);
317 if (!valid)
325 valid = ArrayPrototypeSome(cn, wildcard);
327 valid = wildcard(cn);
329 if (!valid)
336 if (!valid) {