Searched refs:ia5ncasecmp (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_ncons.c | 99 static int ia5ncasecmp(const char *s1, const char *s2, size_t n) in ia5ncasecmp() function 622 if (ia5ncasecmp(baseptr, dnsptr, base->length)) in nc_dns() 683 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai() 698 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai() 722 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email() 748 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email() 791 if (ia5ncasecmp(p, baseptr, base->length) == 0) in nc_uri() 798 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri()
|
/third_party/openssl/crypto/x509/ |
D | v3_ncons.c | 99 static int ia5ncasecmp(const char *s1, const char *s2, size_t n) in ia5ncasecmp() function 622 if (ia5ncasecmp(baseptr, dnsptr, base->length)) in nc_dns() 683 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai() 698 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai() 722 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email() 748 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email() 791 if (ia5ncasecmp(p, baseptr, base->length) == 0) in nc_uri() 798 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri()
|