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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |