Searched refs:MAX_PASSPHRASE_LEN (Results 1 – 2 of 2) 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];