Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_ncons.c640 const char *emlptr; in nc_email_eai() local
662 emlptr = (char *)eml->data; in nc_email_eai()
681 emlptr += eml->length - (strlen(ulabel)); in nc_email_eai()
683 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai()
695 emlptr = emlat + 1; in nc_email_eai()
696 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()
698 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()
711 const char *emlptr = (char *)eml->data; in nc_email() local
721 emlptr += eml->length - base->length; in nc_email()
722 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email()
[all …]
/third_party/openssl/crypto/x509/
Dv3_ncons.c640 const char *emlptr; in nc_email_eai() local
662 emlptr = (char *)eml->data; in nc_email_eai()
681 emlptr += eml->length - (strlen(ulabel)); in nc_email_eai()
683 if (ia5ncasecmp(ulabel, emlptr, strlen(ulabel)) == 0) in nc_email_eai()
695 emlptr = emlat + 1; in nc_email_eai()
696 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()
698 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()
711 const char *emlptr = (char *)eml->data; in nc_email() local
721 emlptr += eml->length - base->length; in nc_email()
722 if (ia5ncasecmp(baseptr, emlptr, base->length) == 0) in nc_email()
[all …]