Searched refs:MAX_PASSPHRASE_LEN (Results 1 – 4 of 4) sorted by relevance
404 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()413 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()421 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
149 #define MAX_PASSPHRASE_LEN 63 macro154 char passphrase[MAX_PASSPHRASE_LEN + 1];
469 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()478 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()486 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
140 #define MAX_PASSPHRASE_LEN 63 macro145 char passphrase[MAX_PASSPHRASE_LEN + 1];