Home | History | Annotate | Download | only in racoon

Lines Matching defs:ident

3610 			"invalid value passed as \"ident\" (len=%lu)\n",
3676 vchar_t ident;
3694 ident.v = iph1->id_p->v + sizeof(*id_b);
3695 ident.l = iph1->id_p->l - sizeof(*id_b);
3696 if (eay_cmp_asn1dn(ident0, &ident) == 0)
3755 vchar_t *ident = NULL;
3761 ident = NULL;
3766 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3770 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3774 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3780 ident = vdup(iph1->rmconf->idv);
3787 ident = eay_get_x509asn1subjectname(&iph1->cert->cert);
3828 ident = vmalloc(l);
3829 if (!ident) {
3834 memcpy(ident->v, p, ident->l);
3837 if (!ident) {
3843 ret = vmalloc(sizeof(id_b) + ident->l);
3851 memcpy(ret->v + sizeof(id_b), ident->v, ident->l);
3857 if (ident)
3858 vfree(ident);
3862 if (ident)
3863 vfree(ident);
3877 else if (lcconf->ident[type])
3878 new = vdup(lcconf->ident[type]);