func golang.org/x/crypto/ssh.buildDataSignedForAuth
3 uses
golang.org/x/crypto/ssh (current package)
client_auth.go#L214: sign, err := signer.Sign(rand, buildDataSignedForAuth(session, userAuthRequestMsg{
common.go#L276: func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo, pubKey []byte) []byte {
server.go#L565: signedData := buildDataSignedForAuth(sessionID, userAuthReq, algoBytes, pubKeyData)
 |
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. |