Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_ncons.c81 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
484 nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base) in nc_email() argument
487 const char *emlptr = (char *)eml->data; in nc_email()
495 if (eml->length > base->length) { in nc_email()
496 emlptr += eml->length - base->length; in nc_email()