Lines Matching refs:altname
694 eay_get_x509subjectaltname(cert, altname, type, pos) in eay_get_x509subjectaltname() argument
696 char **altname;
706 *altname = NULL;
738 *altname = racoon_malloc(len);
739 if (!*altname)
742 strlcpy(*altname, (char *) gen->d.ia5->data, len);
764 *altname = racoon_malloc(20);
765 if (!*altname)
768 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);
778 if (*altname) {
779 racoon_free(*altname);
780 *altname = NULL;