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

/freebsd-10.3-release/crypto/openssh/
H A Dcompat.c258 filter_proposal(char *proposal, const char *filter) function
288 cipher_prop = filter_proposal(cipher_prop, "aes*");
301 pkalg_prop = filter_proposal(pkalg_prop, "ssh-rsa");
315 p = filter_proposal(p, "curve25519-sha256@libssh.org");
317 p = filter_proposal(p, "diffie-hellman-group-exchange-sha256");
318 p = filter_proposal(p, "diffie-hellman-group-exchange-sha1");
H A Dssh_namespace.h337 #define filter_proposal Fssh_filter_proposal macro

Completed in 52 milliseconds