Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcompat.c232 compat_cipher_proposal(char *cipher_prop) in compat_cipher_proposal() argument
239 return(cipher_prop); in compat_cipher_proposal()
242 tmp = orig_prop = xstrdup(cipher_prop); in compat_cipher_proposal()
254 debug2("Original cipher proposal: %s", cipher_prop); in compat_cipher_proposal()