Home | History | Annotate | Download | only in racoon

Lines Matching refs:gen

718 	GENERAL_NAME *gen;
737 gen = sk_GENERAL_NAME_value(gens, pos - 1);
740 if (gen->type == GEN_DNS ||
741 gen->type == GEN_EMAIL ||
742 gen->type == GEN_URI )
745 if (gen->d.ia5->data[gen
749 racoon_hexdump(gen->d.ia5->data, gen->d.ia5->length + 1);
753 len = gen->d.ia5->length + 1;
758 strlcpy(*altname, (char *) gen->d.ia5->data, len);
759 *type = gen->type;
763 else if (gen->type == GEN_IPADD)
769 if (gen->d.ip->length != 4)
775 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/
776 ip = gen->d.ip->data;
785 *type = gen->type;