golang.org/x/crypto/ssh.kexResult.Signature (field)
10 uses
golang.org/x/crypto/ssh (current package)
client.go#L119: sig, rest, ok := parseSignatureBody(result.Signature)
kex.go#L49: Signature []byte
kex.go#L148: Signature: kexDHReply.Signature,
kex.go#L213: Signature: sig,
kex.go#L270: Signature: reply.Signature,
kex.go#L382: Signature: sig,
kex.go#L484: Signature: reply.Signature,
kex.go#L547: Signature: sig,
kex.go#L665: Signature: kexDHGexReply.Signature,
kex.go#L779: Signature: sig,
 |
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. |