func golang.org/x/crypto/ssh.parseString
21 uses
golang.org/x/crypto/ssh (current package)
certs.go#L135: if key, in, ok = parseString(in); !ok {
certs.go#L146: if val, in, ok = parseString(in); !ok {
certs.go#L150: val, extra, ok = parseString(val)
certs.go#L166: nonce, rest, ok := parseString(in)
certs.go#L192: principal, rest, ok := parseString(principals)
certs.go#L484: _, keyBytes, _ = parseString(keyBytes)
certs.go#L513: format, in, ok := parseString(in)
certs.go#L522: if out.Blob, in, ok = parseString(in); !ok {
certs.go#L536: sigBytes, rest, ok := parseString(in)
client_auth.go#L455: prompt, r, ok := parseString(rest)
keys.go#L266: algo, in, ok := parseString(in)
messages.go#L444: if s, data, ok = parseString(data); !ok {
messages.go#L456: if s, data, ok = parseString(data); !ok {
messages.go#L585: func parseString(in []byte) (out, rest []byte, ok bool) {
messages.go#L606: contents, rest, ok := parseString(in)
messages.go#L623: contents, rest, ok := parseString(in)
server.go#L474: password, payload, ok := parseString(payload)
server.go#L499: algoBytes, payload, ok := parseString(payload)
server.go#L509: pubKeyData, payload, ok := parseString(payload)
server.go#L707: ans, rest, ok := parseString(packet)
ssh_gss.go#L118: desiredMech, rest, ok = parseString(rest)
 |
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. |