Home | History | Annotate | Download | only in racoon

Lines Matching refs:certtype

216 %token CERTIFICATE_TYPE CERTTYPE PEERS_CERTFILE CA_TYPE
251 %type <num> CERTTYPE CERT_X509 CERT_PLAINRSA PROPOSAL_CHECK_LEVEL REMOTE_FORCE_LEVEL GENERATE_LEVEL
1661 yywarn("This directive without certtype will be removed!\n");
1961 cur_rmconf->certtype = $1;
1983 cur_rmconf->certtype = $1;
2136 if (cur_rmconf->certtype == ISAKMP_CERT_PLAINRSA) {