Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dv3_ncons.c631 size_t emlhostlen; in nc_email_eai() local
682 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()
683 if (emlhostlen != strlen(ulabel) in nc_email_eai()
684 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()
700 size_t basehostlen, emlhostlen; in nc_email() local
732 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email()
734 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email()

Completed in 6 milliseconds