type golang.org/x/crypto/ssh.algorithmOpenSSHCertSigner

3 uses

	golang.org/x/crypto/ssh (current package)
		certs.go#L228: type algorithmOpenSSHCertSigner struct {
		certs.go#L242: 		return &algorithmOpenSSHCertSigner{
		certs.go#L257: func (s *algorithmOpenSSHCertSigner) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) {