HomeSort by relevance Sort by last modified time
    Searched refs:send_cert (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/racoon/
remoteconf.h 82 int send_cert; /* send to CERT or not */ member in struct:remoteconf
remoteconf.c 199 new->send_cert = TRUE;
561 s_switch (p->send_cert));
isakmp_agg.c 671 if (iph1->cert != NULL && iph1->rmconf->send_cert)
1116 if (iph1->cert != NULL && iph1->rmconf->send_cert)
    [all...]
isakmp_base.c 493 if (iph1->cert && iph1->rmconf->send_cert)
1314 if (iph1->cert && iph1->rmconf->send_cert)
    [all...]
cfparse.y 217 %token VERIFY_CERT SEND_CERT SEND_CR
    [all...]
cftoken.l 330 <S_RMTS>send_cert { YYD; return(SEND_CERT); }
isakmp_ident.c     [all...]

Completed in 2834 milliseconds