Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.c223 filter_proposal(char *proposal, const char *filter) in filter_proposal() function
253 cipher_prop = filter_proposal(cipher_prop, "aes*"); in compat_cipher_proposal()
266 pkalg_prop = filter_proposal(pkalg_prop, "ssh-rsa"); in compat_pkalg_proposal()
279 kex_prop = filter_proposal(kex_prop, "curve25519-sha256@libssh.org"); in compat_kex_proposal()