const golang.org/x/crypto/ssh/agent.agentRemoveAllIdentities

3 uses

	golang.org/x/crypto/ssh/agent (current package)
		client.go#L133: 	agentRemoveAllIdentities = 19
		client.go#L374: 	return c.simpleCall([]byte{agentRemoveAllIdentities})
		server.go#L97: 	case agentRemoveAllIdentities: