Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_ncons.c122 static int ia5ncasecmp(const char *s1, const char *s2, size_t n) in ia5ncasecmp() function
651 if (ia5ncasecmp(baseptr, dnsptr, base->length)) in nc_dns()
710 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai()
725 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()
749 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email()
775 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email()
818 if (ia5ncasecmp(p, baseptr, base->length) == 0) in nc_uri()
825 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri()

Completed in 6 milliseconds