Searched refs:cipher_prop (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dcompat.c256 compat_cipher_proposal(char *cipher_prop) argument
259 return cipher_prop;
260 debug2("%s: original cipher proposal: %s", __func__, cipher_prop);
261 cipher_prop = filter_proposal(cipher_prop, "aes*");
262 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop);
263 if (*cipher_prop == '\0')
265 return cipher_prop;

Completed in 42 milliseconds