Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_ncons.c122 static int ia5ncasecmp(const char *s1, const char *s2, size_t n) in ia5ncasecmp() function
643 if (ia5ncasecmp(baseptr, dnsptr, base->length)) in nc_dns()
701 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai()
716 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()
740 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email()
765 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email()
806 if (ia5ncasecmp(host + hostlen - base->length, baseptr, base->length) == 0) { in nc_uri()
816 || ia5ncasecmp(host, baseptr, hostlen) != 0) { in nc_uri()