golang.org/x/crypto/ssh.wrappedSigner.SignWithAlgorithm (method)

2 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L964: 	return s.SignWithAlgorithm(rand, data, "")
		keys.go#L967: func (s *wrappedSigner) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) {