golang.org/x/crypto/ssh.kexResult.H (field)
12 uses
golang.org/x/crypto/ssh (current package)
client.go#L124: return hostKey.Verify(result.H, sig)
handshake.go#L595: t.sessionID = result.H
kex.go#L40: H []byte
kex.go#L145: H: h.Sum(nil),
kex.go#L210: H: H,
kex.go#L267: H: h.Sum(nil),
kex.go#L379: H: H,
kex.go#L481: H: h.Sum(nil),
kex.go#L544: H: H,
kex.go#L662: H: h.Sum(nil),
kex.go#L776: H: H,
transport.go#L263: h.Write(r.H)
![]() |
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. |