Home
last modified time | relevance | path

Searched refs:VTUN_LEGACY_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/dports/net/vtun/vtun-3.0.4/
H A Dcfg_kwords.h89 { "oldblowfish128ecb", VTUN_LEGACY_ENCRYPT },
H A Dauth.c173 if (host->cipher == VTUN_LEGACY_ENCRYPT) { /* use old flag method */ in bf2cf()
246 host->cipher = VTUN_LEGACY_ENCRYPT; in cf2bf()
H A Dvtun.h159 #define VTUN_LEGACY_ENCRYPT 999 macro
H A Dlinkfd.c381 if(host->cipher == VTUN_LEGACY_ENCRYPT) { in linkfd()