func golang.org/x/crypto/ssh.findAgreedAlgorithms

2 uses

	golang.org/x/crypto/ssh (current package)
		common.go#L156: func findAgreedAlgorithms(isClient bool, clientKexInit, serverKexInit *kexInitMsg) (algs *algorithms, err error) {
		handshake.go#L555: 	t.algorithms, err = findAgreedAlgorithms(isClient, clientInit, serverInit)