func golang.org/x/crypto/ssh.ParsePublicKey
12 uses
golang.org/x/crypto/ssh (current package)
certs.go#L209: k, err := ParsePublicKey(g.SignatureKey)
handshake.go#L632: hostKey, err := ParsePublicKey(result.HostKey)
keys.go#L100: out, err = ParsePublicKey(key)
keys.go#L265: func ParsePublicKey(in []byte) (out PublicKey, err error) {
keys.go#L1305: pub, errPub := ParsePublicKey(w.PubKey)
server.go#L514: pubKey, err := ParsePublicKey(pubKeyData)
golang.org/x/crypto/ssh/agent
client.go#L268: pubKey, err := ssh.ParsePublicKey(k.Blob)
server.go#L332: pubKey, err := ssh.ParsePublicKey(k.CertBytes)
server.go#L373: pubKey, err := ssh.ParsePublicKey(k.CertBytes)
server.go#L419: pubKey, err := ssh.ParsePublicKey(k.CertBytes)
server.go#L462: pubKey, err := ssh.ParsePublicKey(k.CertBytes)
golang.org/x/crypto/ssh/knownhosts
knownhosts.go#L202: key, err = ssh.ParsePublicKey(keyBytes)
 |
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. |