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)