Lines Matching refs:name
30 int ind, const char *name);
139 if (strncmp(val->name, "permitted", 9) == 0 && val->name[9]) {
141 tval.name = val->name + 10;
142 } else if (strncmp(val->name, "excluded", 8) == 0 && val->name[8]) {
144 tval.name = val->name + 9;
188 BIO *bp, int ind, const char *name)
193 BIO_printf(bp, "%*s%s:\n", ind, "", name);
247 * X509_V_ERR_UNSUPPORTED_NAME_SYNTAX: bad or unsupported syntax of name
259 * constraints causing a computationally expensive name constraints check.
281 /* Process any email address attributes in subject name */
359 * XXX: Deviation from strict DNS name syntax, also check names with '_'
360 * Check DNS name syntax, any '-' or '.' must be internal,
363 * If the name has just one label, we don't consider it a DNS name. This
364 * means that "CN=sometld" cannot be precluded by DNS name constraints, but
382 * another dot or a hyphen. Otherwise, record that the name is
407 * Check CN against DNS-ID name constraints.
421 /* Process any commonName attributes in subject name */
549 * We are here only when we have SmtpUTF8 name,
581 * directoryName name constraint matching. The canonical encoding of
583 * subset of the name.