golang.org/x/crypto/ssh.Certificate.CertType (field)

7 uses

	golang.org/x/crypto/ssh (current package)
		certs.go#L57: 	CertType        uint32
		certs.go#L185: 		CertType:    g.CertType,
		certs.go#L317: 	if cert.CertType != HostCert {
		certs.go#L318: 		return fmt.Errorf("ssh: certificate presented as a host key has type %d", cert.CertType)
		certs.go#L344: 	if cert.CertType != UserCert {
		certs.go#L345: 		return nil, fmt.Errorf("ssh: cert has type %d", cert.CertType)
		certs.go#L469: 		CertType:        c.CertType,