golang.org/x/crypto/ssh/agent.Key.Format (field)

7 uses

	golang.org/x/crypto/ssh/agent (current package)
		client.go#L235: 	Format  string
		client.go#L247: 	s := string(k.Format) + " " + base64.StdEncoding.EncodeToString(k.Blob)
		client.go#L258: 	return k.Format
		client.go#L297: 		Format:  wk.Format,
		keyring.go#L139: 			Format:  pub.Type(),
		server.go#L95: 		return nil, s.agent.Remove(&Key{Format: wk.Format, Blob: req.KeyBlob})
		server.go#L127: 			Format: wk.Format,