Searched refs:ia5ncasecmp (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/x509/ |
A D | v3_ncons.c | 101 static int ia5ncasecmp(const char *s1, const char *s2, size_t n) in ia5ncasecmp() function 608 if (ia5ncasecmp(baseptr, dnsptr, base->length)) in nc_dns() 669 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai() 684 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai() 708 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email() 734 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email() 777 if (ia5ncasecmp(p, baseptr, base->length) == 0) in nc_uri() 784 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri()
|
Completed in 3 milliseconds