golang.org/x/crypto/ssh.Signature.Format (field)
19 uses
golang.org/x/crypto/ssh (current package)
certs.go#L40: Format string
certs.go#L519: Format: string(format),
certs.go#L526: switch out.Format {
keys.go#L385: switch sig.Format {
keys.go#L393: return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, r.Type())
keys.go#L466: if sig.Format != k.Type() {
keys.go#L467: return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type())
keys.go#L526: Format: k.PublicKey().Type(),
keys.go#L584: if sig.Format != k.Type() {
keys.go#L585: return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type())
keys.go#L670: if sig.Format != k.Type() {
keys.go#L671: return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type())
keys.go#L774: if sig.Format != k.Type() {
keys.go#L775: return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type())
keys.go#L870: if sig.Format != k.Type() {
keys.go#L871: return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type())
keys.go#L1044: Format: algorithm,
server.go#L561: if !isAcceptableAlgo(sig.Format) {
server.go#L562: authErr = fmt.Errorf("ssh: algorithm %q not accepted", sig.Format)
 |
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. |