Home | History | Annotate | Download | only in racoon

Lines Matching refs:altname

688 eay_get_x509subjectaltname(cert, altname, type, pos)
690 char **altname;
700 *altname = NULL;
732 *altname = racoon_malloc(len);
733 if (!*altname)
736 strlcpy(*altname, (char *) gen->d.ia5->data, len);
758 *altname = racoon_malloc(20);
759 if (!*altname)
762 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);
772 if (*altname) {
773 racoon_free(*altname);
774 *altname = NULL;