Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_ncons.c674 size_t emlhostlen; in nc_email_eai() local
723 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email_eai()
724 if (emlhostlen != strlen(ulabel) in nc_email_eai()
725 || ia5ncasecmp(ulabel, emlptr, emlhostlen) != 0) { in nc_email_eai()
741 size_t basehostlen, emlhostlen; in nc_email() local
773 emlhostlen = IA5_OFFSET_LEN(eml, emlptr); in nc_email()
775 if (basehostlen != emlhostlen || ia5ncasecmp(baseptr, emlptr, emlhostlen)) in nc_email()

Completed in 6 milliseconds