Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.c258 filter_proposal(char *proposal, const char *filter) in filter_proposal() function
288 cipher_prop = filter_proposal(cipher_prop, "aes*"); in compat_cipher_proposal()
301 pkalg_prop = filter_proposal(pkalg_prop, "ssh-rsa"); in compat_pkalg_proposal()
315 p = filter_proposal(p, "curve25519-sha256@libssh.org"); in compat_kex_proposal()
317 p = filter_proposal(p, "diffie-hellman-group-exchange-sha256"); in compat_kex_proposal()
318 p = filter_proposal(p, "diffie-hellman-group-exchange-sha1"); in compat_kex_proposal()