HomeSort by: relevance | last modified time | path
    Searched refs:weak_phase1_check (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.h 146 int weak_phase1_check; /* act on unencrypted deletions ? */ member in struct:remoteconf
remoteconf.c 523 new->weak_phase1_check = 0;
isakmp_inf.c 482 if((iph1 == NULL || !iph1->rmconf->weak_phase1_check) && !encrypted) {
485 "(check the weak_phase1_check option)\n");
cfparse.y 345 %token XAUTH_LOGIN WEAK_PHASE1_CHECK
2255 | WEAK_PHASE1_CHECK SWITCH {
2256 cur_rmconf->weak_phase1_check = $2;

Completed in 25 milliseconds