Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcompat.c231 filter_proposal(char *proposal, const char *filter) in filter_proposal() function
261 cipher_prop = filter_proposal(cipher_prop, "aes*"); in compat_cipher_proposal()
274 pkalg_prop = filter_proposal(pkalg_prop, "ssh-rsa"); in compat_pkalg_proposal()
287 kex_prop = filter_proposal(kex_prop, "curve25519-sha256@libssh.org"); in compat_kex_proposal()