Searched refs:MAX_PASSPHRASE_LEN (Results 1 – 3 of 3) sorted by relevance
441 passphraselen > MAX_PASSPHRASE_LEN + 1) in decode_tunnel_passwords()450 if ((passphraselen == MAX_PASSPHRASE_LEN + 1) && in decode_tunnel_passwords()458 } else if (passphraselen <= MAX_PASSPHRASE_LEN) { in decode_tunnel_passwords()
155 #define MAX_PASSPHRASE_LEN 63 macro160 char passphrase[MAX_PASSPHRASE_LEN + 1];
66 #define MAX_PASSPHRASE_LEN 512 macro255 if (keylen > MAX_PASSPHRASE_LEN) { in validate_key()258 MAX_PASSPHRASE_LEN); in validate_key()