type golang.org/x/crypto/ssh.algorithms

8 uses

	golang.org/x/crypto/ssh (current package)
		common.go#L149: type algorithms struct {
		common.go#L156: func findAgreedAlgorithms(isClient bool, clientKexInit, serverKexInit *kexInitMsg) (algs *algorithms, err error) {
		common.go#L157: 	result := &algorithms{}
		handshake.go#L36: 	prepareKeyChange(*algorithms, *kexResult) error
		handshake.go#L87: 	algorithms *algorithms
		handshake.go#L614: func (t *handshakeTransport) server(kex kexAlgorithm, algs *algorithms, magics *handshakeMagics) (*kexResult, error) {
		handshake.go#L626: func (t *handshakeTransport) client(kex kexAlgorithm, algs *algorithms, magics *handshakeMagics) (*kexResult, error) {
		transport.go#L79: func (t *transport) prepareKeyChange(algs *algorithms, kexResult *kexResult) error {