Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.c255 compat_cipher_proposal(char *cipher_prop) in compat_cipher_proposal() argument
258 return cipher_prop; in compat_cipher_proposal()
259 debug2("%s: original cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
260 if ((cipher_prop = match_filter_list(cipher_prop, "aes*")) == NULL) in compat_cipher_proposal()
262 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
263 if (*cipher_prop == '\0') in compat_cipher_proposal()
265 return cipher_prop; in compat_cipher_proposal()