Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.c187 compat_cipher_proposal(char *cipher_prop) in compat_cipher_proposal() argument
190 return cipher_prop; in compat_cipher_proposal()
191 debug2("%s: original cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
192 if ((cipher_prop = match_filter_blacklist(cipher_prop, "aes*")) == NULL) in compat_cipher_proposal()
194 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
195 if (*cipher_prop == '\0') in compat_cipher_proposal()
197 return cipher_prop; in compat_cipher_proposal()